engelsystem/resources/assets/themes/theme0.scss

17 lines
221 B
SCSS
Raw Normal View History

2021-07-24 12:38:23 +02:00
// light theme
2021-08-05 01:00:12 +02:00
@import "light";
2021-07-24 12:38:23 +02:00
$primary: #337ab7;
$light: #f5f5f5;
@import "base.scss";
2021-08-14 16:57:23 +02:00
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
&.bg-primary,
&.bg-success,
&.bg-danger {
color: #fff;
}
}