funky-framadate-front/src/styles/themes/_light.scss

32 lines
585 B
SCSS
Raw Normal View History

2020-04-02 16:36:09 +02:00
#big_container {
2020-04-21 10:50:26 +02:00
background: $primary;
&.theme-light-watermelon {
.big-header {
.container {
.column:last-of-type {
text-align: right;
}
}
}
main {
.container {
background: #fff;
padding-bottom: 10em;
}
}
}
2020-06-07 13:52:14 +02:00
// material override
2020-06-12 19:17:39 +02:00
body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
2020-06-07 13:52:14 +02:00
color: $primary_color;
}
2020-06-12 19:17:39 +02:00
body .ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled) .ui-inputswitch-slider {
2020-06-07 13:52:14 +02:00
background-color: $primary_color;
}
2020-06-12 19:17:39 +02:00
.navbar-link:not(.is-arrowless)::after {
2020-06-07 13:52:14 +02:00
border-color: $primary_color;
}
2020-04-02 16:36:09 +02:00
}