Files
portal/resources/sass/setup/_reset.scss
2020-03-22 17:44:43 +01:00

16 lines
137 B
SCSS
Vendored

// Reset
body {
margin: 0;
}
* {
box-sizing: border-box;
}
@for $i from 1 through 6 {
h#{$i} {
margin: 0;
}
}