gamebrary/src/styles/_reset.scss

24 lines
336 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 {
2019-02-21 03:13:10 +00:00
font-family: "Fira Sans", sans-serif;
font-weight: 700;
2019-02-08 17:34:05 +00:00
margin: 0;
2019-02-21 03:13:10 +00:00
}
body, p, a, li, blockquote {
font-family: "Roboto", sans-serif;
font-weight: 400;
}
2019-02-21 16:57:19 +00:00
body {
margin: 0;
font-size: 14px;
}