demarches-normaliennes/app/assets/stylesheets/custom_reset.scss
2021-12-21 16:50:31 +00:00

24 lines
242 B
SCSS

@import "colors";
@import "placeholders";
html,
body {
height: 100%;
background-color: $white;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a {
@extend %outline;
text-decoration: none;
}