🎨 Rearrange CSS

This commit is contained in:
Philipp Stracker 2025-01-22 17:22:19 +01:00
parent 22230def4f
commit ceca647cde
No known key found for this signature in database
2 changed files with 10 additions and 9 deletions

View file

@ -37,6 +37,13 @@
}
}
.ppcp--title-extra {
@include font(13, 20, 400);
color: var(--color-text-teriary);
text-transform: none;
margin-left: 5px;
}
.ppcp--title-wrapper {
display: flex;
justify-content: space-between;
@ -74,17 +81,11 @@
}
}
.ppcp--title-extra {
@include font(13, 20, 400);
color: var(--color-text-teriary);
text-transform: none;
margin-left: 5px;
}
+ .ppcp-r-settings-block:not(.ppcp--no-gap) {
margin-top: var(--block-separator-gap, 32px);
padding-top: var(--block-separator-gap, 32px);
border-top: var(--block-separator-size, 1px) solid var(--block-separator-color, --color-gray-200);
border-top: var(--block-separator-size, 1px) solid var(--block-separator-color);
}
}
}