Files
talk/client/coral-admin/src/components/App.css
T
2018-05-11 10:22:45 -06:00

12 lines
172 B
CSS

:global {
html, body, #root, #root > div {
min-height: 100%;
}
body {
margin: 0;
background-color: #FAFAFA;
font-family: 'Roboto', sans-serif;
}
}