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

29 lines
473 B
SCSS
Raw Normal View History

2024-10-23 08:56:47 +02:00
.ppcp-r {
&-container {
max-width: var(--max-container-width, none);
margin-right: auto;
}
2024-10-23 08:56:47 +02:00
&-inner-container {
margin-left: auto;
margin-right: auto;
2024-11-05 18:20:04 +04:00
padding: 0 16px 48px;
box-sizing: content-box;
@media screen and (max-width: 480px) {
padding-bottom: 36px;
}
2024-10-23 08:56:47 +02:00
}
&-settings {
> * {
margin-bottom: $card-vertical-gap;
}
> *:not(:last-child) {
padding-bottom: $card-vertical-gap;
border-bottom: 1px solid $color-gray-200;
}
}
2024-10-23 08:56:47 +02:00
}