15 lines
241 B
SCSS
15 lines
241 B
SCSS
|
|
@import '@/styles/style-helpers.scss';
|
|
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
transition: all 1s;
|
|
margin-top: -3px;
|
|
@extend .scroll-bar;
|
|
box-sizing: border-box;
|
|
input[type=button], button, a {
|
|
cursor: pointer;
|
|
}
|
|
}
|