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

50 lines
1.0 KiB
SCSS
Raw Normal View History

2020-06-07 13:52:14 +02:00
$theme-color-primary: #850003;
$theme-color-secondary: #501016;
$theme-color-tertiary: #ffbca4;
#big_container {
2020-04-21 10:50:26 +02:00
&.theme-hot-covid {
2020-06-07 13:52:14 +02:00
background: $theme-color-tertiary;
color: $theme-color-secondary;
2020-06-12 19:17:39 +02:00
main {
2020-06-07 13:52:14 +02:00
background: $white;
}
2020-04-21 10:50:26 +02:00
h1::after {
2020-06-07 13:52:14 +02:00
background-color: $theme-color-primary;
2020-04-21 10:50:26 +02:00
}
2020-04-21 10:50:26 +02:00
.btn--primary:focus,
.btn--primary:hover,
.btn--primary:active,
.btn--primary {
2020-06-07 13:52:14 +02:00
background-color: $theme-color-primary !important;
}
// bulma override
2020-06-12 19:17:39 +02:00
.button.is-primary,
.button.btn--primary,
button.is-primary,
button.btn--primary,
.is-primary.btn,
.btn.btn--primary,
.is-primary.back,
.back.btn--primary {
2020-06-07 13:52:14 +02:00
background-color: $theme-color-primary;
color: $theme-color-tertiary;
}
// material override
.navbar-dropdown a.navbar-item.is-active,
2020-06-12 19:17:39 +02:00
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
2020-06-07 13:52:14 +02:00
color: $theme-color-primary;
2020-04-21 10:50:26 +02:00
}
}
}