2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-shipping-rates-control__package {
|
2022-07-27 06:00:38 +00:00
|
|
|
margin-bottom: $gap-larger;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2022-01-11 10:27:37 +00:00
|
|
|
|
2022-12-15 14:17:22 +00:00
|
|
|
&.wc-block-components-panel {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-02-17 13:48:53 +00:00
|
|
|
.wc-block-components-panel__button {
|
2021-02-09 08:10:45 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
padding-bottom: em($gap-small);
|
|
|
|
padding-top: em($gap-small);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Remove panel padding because we are adding bottom padding to `.wc-block-components-radio-control`
|
|
|
|
// and `.wc-block-components-radio-control__option-layout` in the next ruleset.
|
2021-02-17 13:48:53 +00:00
|
|
|
.wc-block-components-panel__content {
|
2021-02-09 08:10:45 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-components-radio-control,
|
|
|
|
.wc-block-components-radio-control__option-layout {
|
2021-07-02 14:56:39 +00:00
|
|
|
padding-bottom: 0;
|
2021-02-09 08:10:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2020-02-14 03:43:13 +00:00
|
|
|
}
|
2020-02-25 09:32:59 +00:00
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-shipping-rates-control__package-items {
|
2020-05-29 10:16:33 +00:00
|
|
|
@include font-size(small);
|
2020-02-25 09:32:59 +00:00
|
|
|
display: block;
|
|
|
|
list-style: none;
|
2020-06-05 10:00:19 +00:00
|
|
|
margin: 0;
|
2020-02-27 18:28:36 +00:00
|
|
|
padding: 0;
|
2020-02-25 09:32:59 +00:00
|
|
|
}
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-shipping-rates-control__package-item {
|
2020-05-14 09:07:21 +00:00
|
|
|
@include wrap-break-word();
|
2020-02-25 09:32:59 +00:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-shipping-rates-control__package-item:not(:last-child)::after {
|
2020-02-25 09:32:59 +00:00
|
|
|
content: ", ";
|
|
|
|
white-space: pre;
|
|
|
|
}
|