redesign hero blueprint
This commit is contained in:
parent
ec89064d39
commit
aa265db0d3
5 changed files with 84 additions and 18 deletions
16
assets/css/panel.css
Normal file
16
assets/css/panel.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue