mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
34 lines
508 B
SCSS
34 lines
508 B
SCSS
.ppcp-r-toggle-block {
|
|
position: relative;
|
|
|
|
&__wrapper {
|
|
display: flex;
|
|
width: 100%;
|
|
gap: 12px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
&__switch {
|
|
.components-base-control__field > div {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
&__content-label {
|
|
@include font(14, 20, 600);
|
|
display: block;
|
|
margin: 0 0 4px 0;
|
|
color: $color-gray-900;
|
|
cursor: pointer;
|
|
}
|
|
|
|
&__content-description {
|
|
@include font(13, 18, 400);
|
|
color: $color-gray-700;
|
|
margin: 0;
|
|
}
|
|
|
|
&__toggled-content {
|
|
margin-top: 24px;
|
|
}
|
|
}
|