Files
talk/src/core/client/auth/components/App.css
T
Chi Vinh Le 39edec79cb Adapt SignIn
2018-08-27 15:51:59 +02:00

19 lines
410 B
CSS

/* Here we add global stylings for body and document */
:global {
body {
margin: 0;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
}
}
.root {
width: 100%;
padding: var(--spacing-unit) var(--spacing-unit) calc(2 * var(--spacing-unit))
var(--spacing-unit);
box-sizing: border-box;
}