demarches-normaliennes/app/assets/stylesheets/new_design/custom_reset.scss
Simon Lehericey 09ed947890 Accessibility: reenable :focus pseudo class
usefull when navigating using keyboard to highlight form send button
2017-07-26 11:17:40 +02:00

18 lines
150 B
SCSS

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