woocommerce-paypal-payments/modules/ppcp-settings/resources/css/components/reusable-components/_settings-toggle-block.scss
2024-12-09 18:44:31 +01:00

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;
}
}