2020-04-08 15:03:39 +00:00
|
|
|
.editor-styles-wrapper {
|
|
|
|
.wp-block h4.wc-block-checkout-step__title {
|
2020-05-07 08:48:38 +00:00
|
|
|
@include font-size(16px);
|
2020-04-08 15:03:39 +00:00
|
|
|
line-height: 24px;
|
|
|
|
margin: 0 $gap-small 0 0;
|
|
|
|
}
|
2020-04-22 16:44:12 +00:00
|
|
|
}
|
|
|
|
.wc-block-checkout__controls-text {
|
|
|
|
color: #999;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2020-03-04 15:13:38 +00:00
|
|
|
|
2020-04-22 16:44:12 +00:00
|
|
|
.components-base-control--nested {
|
|
|
|
padding-left: 52px;
|
|
|
|
margin-top: -12px;
|
|
|
|
}
|
2020-04-08 15:03:39 +00:00
|
|
|
|
2020-04-22 16:44:12 +00:00
|
|
|
.wc-block-checkout__page-notice {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-03-16 16:38:24 +00:00
|
|
|
|
2020-04-22 16:44:12 +00:00
|
|
|
.components-panel__body-title .components-button {
|
|
|
|
opacity: 1;
|
2020-03-16 16:38:24 +00:00
|
|
|
}
|