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

29 lines
277 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;
}
2022-04-14 20:46:28 +02:00
turbo-events {
display: none;
}