demarches-normaliennes/app/assets/stylesheets/custom_reset.scss

25 lines
242 B
SCSS
Raw Normal View History

@import "colors";
@import "placeholders";
html,
body {
height: 100%;
2021-12-21 11:30:09 +01:00
background-color: $white;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a {
@extend %outline;
text-decoration: none;
}