2020-04-02 16:36:09 +02:00
|
|
|
#big_container {
|
2020-04-21 10:50:26 +02:00
|
|
|
&.theme-light-watermelon {
|
|
|
|
.big-header {
|
|
|
|
.container {
|
|
|
|
.column:last-of-type {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
2020-12-16 17:21:01 +01:00
|
|
|
padding-top: 0;
|
|
|
|
|
|
|
|
> .container {
|
2020-04-21 10:50:26 +02:00
|
|
|
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
|
|
|
}
|