15 lines
328 B
SCSS
15 lines
328 B
SCSS
.wc-block-checkout__shipping-option {
|
|
.wc-block-components-radio-control__option {
|
|
margin: 0;
|
|
padding: 0.875em 0.875em 0.875em em($gap-huge);
|
|
}
|
|
|
|
.wc-block-checkout__shipping-option--free {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.wc-block-components-shipping-rates-control__no-results-notice {
|
|
margin: em($gap-small) 0;
|
|
}
|
|
}
|