💄 Add a uniform gap & separator between sections

This commit is contained in:
Philipp Stracker 2025-02-18 14:01:38 +01:00
parent 22e14e538c
commit a6868ec0ca
No known key found for this signature in database
3 changed files with 6 additions and 16 deletions

View file

@ -70,6 +70,12 @@ $width_gap: 24px;
margin: 0;
}
+ .ppcp-r-settings-card {
margin-top: $card-vertical-gap;
padding-top: $card-vertical-gap;
border-top: 1px solid $color-gray-200;
}
.ppcp--card-actions {
opacity: 0.5;
transition: opacity 0.3s;

View file

@ -13,14 +13,3 @@
padding-bottom: 36px;
}
}
.ppcp-r-settings {
> * {
margin-bottom: $card-vertical-gap;
}
> *:not(:last-child) {
padding-bottom: $card-vertical-gap;
border-bottom: 1px solid $color-gray-200;
}
}