9 lines
120 B
CSS
Vendored
9 lines
120 B
CSS
Vendored
html {
|
|
line-height: 1.15;
|
|
}
|
|
|
|
input, select, textarea, button, div, a {
|
|
&:focus, &:active {
|
|
outline: none;
|
|
}
|
|
}
|