engelsystem/resources/assets/themes/theme0.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
218 B
SCSS
Raw Normal View History

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