2020-02-27 18:28:36 +00:00
|
|
|
.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 {
|
2020-03-09 11:28:26 +00:00
|
|
|
color: $core-grey-dark-400;
|
2020-02-25 09:32:59 +00:00
|
|
|
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
|
|
|
|
2020-03-13 13:41:59 +00:00
|
|
|
.wc-block-cart__shipping-address,
|
|
|
|
.wc-block-cart__shipping-address button {
|
|
|
|
color: $core-grey-dark-400;
|
|
|
|
}
|
|
|
|
|
2020-03-20 16:48:11 +00:00
|
|
|
.components-notice.wc-block-shipping-rates-control__no-results-notice {
|
|
|
|
margin-bottom: $gap;
|
2020-02-27 18:28:36 +00:00
|
|
|
}
|
2020-03-09 11:28:26 +00:00
|
|
|
|
|
|
|
// Resets when it's inside a panel.
|
|
|
|
.wc-block-shipping-rates-control {
|
|
|
|
.wc-block-shipping-rates-control__package.components-panel__body {
|
|
|
|
border-bottom: none;
|
|
|
|
|
|
|
|
&,
|
|
|
|
&.is-opened {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-panel__body-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-panel__body-toggle {
|
|
|
|
padding-bottom: 14px;
|
|
|
|
padding-top: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-shipping-rates-control__package-title {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-shipping-rates-control__package-items {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-radio-control {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-radio-control__option {
|
|
|
|
margin-right: 0;
|
|
|
|
max-width: none;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-top: 1px solid $core-grey-light-600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|