20 lines
248 B
CSS
20 lines
248 B
CSS
input[type="radio"], input[type="checkbox"]
|
|
{
|
|
border: none !important;
|
|
padding: 0px !important;
|
|
}
|
|
|
|
#st_basket-delivery-form > .frame
|
|
{
|
|
height: auto !important;
|
|
}
|
|
|
|
fieldset
|
|
{
|
|
border: none;
|
|
}
|
|
|
|
.alert_tooltip
|
|
{
|
|
background-color: #E23B3B;
|
|
} |