2020-02-27 18:28:36 +00:00
|
|
|
.wc-block-shipping-rates-control__package:not(:first-of-type) {
|
|
|
|
margin-top: $gap-larger;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-shipping-rates-control__package-title {
|
|
|
|
font-weight: bold;
|
2020-02-14 03:43:13 +00:00
|
|
|
}
|
2020-02-25 09:32:59 +00:00
|
|
|
|
|
|
|
.wc-block-shipping-rates-control__package-items {
|
|
|
|
display: block;
|
2020-02-27 18:28:36 +00:00
|
|
|
font-size: 0.875em;
|
2020-02-25 09:32:59 +00:00
|
|
|
list-style: none;
|
2020-02-27 18:28:36 +00:00
|
|
|
margin: 0 0 $gap-small;
|
|
|
|
padding: 0;
|
2020-02-25 09:32:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-shipping-rates-control__package-item {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-shipping-rates-control__package-item:not(:last-child)::after {
|
|
|
|
content: ", ";
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2020-02-27 18:28:36 +00:00
|
|
|
|
|
|
|
.wc-block-shipping-rates-control__no-results {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|