matrix-dimension/web/style/app.scss
turt2live 9189c6f72b Add a splash page. Adds #21
Includes a self-made logo. Suggestions welcome.
2017-05-27 21:21:08 -06:00

10 lines
201 B
SCSS

// styles in src/style directory are applied to the whole page
@import '../../node_modules/angular2-toaster/toaster';
body {
background: #ddd !important;
margin: 0;
padding: 0;
color: #222;
}