09ed947890
usefull when navigating using keyboard to highlight form send button
18 lines
150 B
SCSS
18 lines
150 B
SCSS
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
html {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|