Lexiconga/src/main.scss

33 lines
639 B
SCSS
Raw Normal View History

2019-05-08 18:25:33 +02:00
@import 'scss/variables';
2019-05-02 18:57:56 +02:00
@import '../node_modules/normalize.css/normalize.css';
2019-05-08 18:25:33 +02:00
@import 'scss/containers';
@import 'scss/structure';
@import 'scss/elements';
@import 'scss/mobile/containers';
@import 'scss/mobile/structure';
@import 'scss/mobile/elements';
2019-05-02 18:57:56 +02:00
@import 'scss/themes/default';
2019-05-31 19:07:29 +02:00
@import 'scss/themes/dark';
2019-05-31 19:12:45 +02:00
@import 'scss/themes/light';
2019-05-31 19:57:52 +02:00
@import 'scss/themes/blue';
@import 'scss/themes/green';
@import 'scss/themes/royal';
@import 'scss/themes/mint';
@import 'scss/themes/grape';
2019-05-02 18:57:56 +02:00
html, body {
font-family: $font;
2019-05-02 18:57:56 +02:00
* {
box-sizing: border-box;
}
2019-05-29 06:17:26 +02:00
}
input:not([type="checkbox"]),
select,
textarea {
font-size: 16px;
2019-05-02 18:57:56 +02:00
}