redesign hero blueprint

This commit is contained in:
isUnknown 2024-07-29 18:41:34 +02:00
parent ec89064d39
commit aa265db0d3
5 changed files with 84 additions and 18 deletions

16
assets/css/panel.css Normal file
View file

@ -0,0 +1,16 @@
:root {
--color-salmon: #ff4f4b;
}
.k-field-name-herotext .k-block-type-heading-input[data-level="h3"] .k-text {
color: var(--color-salmon);
}
.k-field-name-herotext
.k-block-container-fieldset-hero-heading:nth-child(odd)
.k-text {
text-align: right;
}
.k-field-name-herotext .k-block-type-heading-input[data-level="h2"] .k-text {
text-align: center;
}