mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
18 lines
281 B
SCSS
18 lines
281 B
SCSS
.ppcp-r-separator{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
&__line {
|
|
height: 1px;
|
|
background-color: $color-gray-600;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
&__text {
|
|
color: $color-gray;
|
|
@include font(12, 24, 500, 0.8px);
|
|
text-transform: uppercase;
|
|
padding: 0 23px;
|
|
}
|
|
}
|