Files
warframe-center/app/styles/global.scss
Anatoly 4f54d08666
All checks were successful
continuous-integration/drone/push Build is passing
Got rid of scss files, fixet time format
2022-03-19 15:41:32 +03:00

32 lines
268 B
SCSS

@import './variables';
html,
body {
padding: 0;
margin: 0;
font: $font-r4;
}
* {
box-sizing: border-box;
}
h1 {
font: $font-h1;
}
h2 {
font: $font-h2;
}
h3 {
font: $font-h3;
}
h4 {
font: $font-h4;
}
h5 {
font: $font-h5;
}
h6 {
font: $font-h6;
}