CMS Info for Header, dyn. Tage, API

This commit is contained in:
Kevin Adametz 2019-12-28 20:15:25 +01:00
parent 7294ccc1d0
commit bed91c4f4a
49 changed files with 3476 additions and 1562 deletions

View file

@ -243,4 +243,14 @@ li li li li li div.dd-content-link {
flex-basis: 19rem;
}
}
.switcher-on-off.switcher .switcher-input ~ .switcher-indicator {
background: #d9534f;
color: #fff;
}
.switcher-on-off.switcher .switcher-input:checked ~ .switcher-indicator {
background: #648859;
color: #fff;
}