Files
dashy/src/styles/global-styles.scss
2021-06-15 13:08:46 +01:00

16 lines
264 B
SCSS

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