demarches-normaliennes/app/assets/stylesheets/custom_reset.scss
2022-04-21 19:41:27 +02:00

28 lines
277 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;
}
turbo-events {
display: none;
}