ohif-viewer/OHIFViewer-react/src/App.css

18 lines
362 B
CSS
Raw Normal View History

2018-12-14 15:23:48 +01:00
html,
body,
#root {
background-color: black;
height: 100%;
width: 100%;
margin: 0;
}
body {
box-sizing: border-box;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2019-01-06 21:59:25 +01:00
font-family: Roboto,OpenSans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}