mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-11 06:00:31 +02:00
27 lines
No EOL
467 B
SCSS
27 lines
No EOL
467 B
SCSS
@import 'scss/variables';
|
|
|
|
@import '../node_modules/normalize.css/normalize.css';
|
|
|
|
@import 'scss/containers';
|
|
@import 'scss/structure';
|
|
@import 'scss/elements';
|
|
@import 'scss/mobile/containers';
|
|
@import 'scss/mobile/structure';
|
|
@import 'scss/mobile/elements';
|
|
|
|
@import 'scss/themes/default';
|
|
@import 'scss/themes/dark';
|
|
|
|
html, body {
|
|
font-family: $font;
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
input:not([type="checkbox"]),
|
|
select,
|
|
textarea {
|
|
font-size: 16px;
|
|
} |