static-cms/src/index.css

18 lines
264 B
CSS
Raw Normal View History

html {
box-sizing: border-box;
2016-07-07 19:20:53 -03:00
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
box-sizing: inherit;
}
2016-07-05 15:48:18 -03:00
body {
2016-07-08 05:57:06 -03:00
font-family: 'Roboto', sans-serif;
height: 100%;
}
2016-07-05 15:48:18 -03:00
:global #root, :global #root > * {
height: 100%;
}