matrix-dimension/web/style/app.scss

10 lines
201 B
SCSS
Raw Normal View History

// 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;
}