2024-10-23 08:56:47 +02:00
|
|
|
.ppcp-r {
|
2024-10-28 17:57:05 +01:00
|
|
|
&-container {
|
|
|
|
max-width: var(--max-container-width, none);
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2024-10-23 08:56:47 +02:00
|
|
|
|
|
|
|
&-inner-container {
|
2024-10-28 17:57:05 +01:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2024-11-05 18:20:04 +04:00
|
|
|
padding: 0 16px 48px;
|
2024-11-19 16:43:00 -04:00
|
|
|
box-sizing: content-box;
|
2024-10-28 18:00:23 +01:00
|
|
|
|
|
|
|
@media screen and (max-width: 480px) {
|
|
|
|
padding-bottom: 36px;
|
|
|
|
}
|
2024-10-23 08:56:47 +02:00
|
|
|
}
|
|
|
|
|
2024-12-08 09:33:49 +01: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
|
|
|
}
|