17 lines
339 B
SCSS
Raw Normal View History

2016-08-17 23:52:23 -04:00
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
2016-09-10 22:53:21 -04:00
#root {
padding-top: 52px;
}
$family-monospace: monospace;
2016-09-05 14:11:51 -04:00
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
[v-cloak] {
display: none;
}