gamebrary/src/styles/partials/_reset.scss

12 lines
133 B
SCSS
Raw Normal View History

2018-10-19 05:15:28 +00:00
* {
box-sizing: border-box;
}
.fast-spin {
animation: a 500ms infinite linear;
2019-02-08 17:34:05 +00:00
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
2018-10-19 05:15:28 +00:00
}