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

19 lines
150 B
SCSS
Raw Normal View History

html,
body {
height: 100%;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a {
text-decoration: none;
}