2020-03-06 12:20:17 +00:00
|
|
|
.editor-styles-wrapper .wc-block-components-checkout-policies,
|
|
|
|
.wc-block-components-checkout-policies {
|
|
|
|
text-align: center;
|
|
|
|
list-style: none outside;
|
|
|
|
line-height: 1;
|
2020-03-16 16:38:24 +00:00
|
|
|
margin: $gap-large 0;
|
2020-03-06 12:20:17 +00:00
|
|
|
}
|
|
|
|
.wc-block-components-checkout-policies__item {
|
|
|
|
list-style: none outside;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 0.25em;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&:not(:first-child) {
|
|
|
|
border-left: 1px solid $gray-10;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
padding: 0 0.25em;
|
|
|
|
text-decoration: underline;
|
2020-03-16 16:38:24 +00:00
|
|
|
color: $gray-60;
|
2020-03-06 12:20:17 +00:00
|
|
|
}
|
|
|
|
}
|