sectioned page - add custom section background color
This commit is contained in:
parent
0d60b9289f
commit
654d6070bc
4 changed files with 19 additions and 11 deletions
|
|
@ -19,10 +19,11 @@ body,
|
|||
--color-yellow: #d6ff00;
|
||||
--color-brown: #d6cfbe;
|
||||
--color-grey: #c4c9cc;
|
||||
--color-mint: #45e6ba;
|
||||
}
|
||||
|
||||
.k-panel-menu {
|
||||
background-color: var(--color-yellow);
|
||||
background-color: var(--color-mint);
|
||||
}
|
||||
|
||||
.k-field-name-herotext .k-block-type-heading-input[data-level="h3"] .k-text {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[data-template="sectioned"] section {
|
||||
scroll-margin-top: 6rem;
|
||||
background-color: var(--color);
|
||||
}
|
||||
|
||||
[data-template="sectioned"] .section__row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue