Files
talk/src/core/client/stream/components/App.css
T
2018-08-08 14:18:27 +02:00

17 lines
300 B
CSS

/* Here we add global stylings for body and document */
:global {
body {
margin: 0;
padding: 2px 8px;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
}
}
.root {
width: 100%;
}