woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_separator.scss

28 lines
359 B
SCSS
Raw Normal View History

2024-10-23 08:56:47 +02:00
.ppcp-r-separator{
display: flex;
align-items: center;
&__space,
2024-10-23 08:56:47 +02:00
&__line {
margin: 0;
2024-10-23 08:56:47 +02:00
display: block;
width: 100%;
}
&__line {
background-color: $color-gray-400;
height: 1px;
}
&__space {
margin-bottom: 48px;
}
2024-10-23 08:56:47 +02:00
&__text {
color: $color-gray;
@include font(12, 24, 500, 0.8px);
text-transform: uppercase;
padding: 0 23px;
}
}