mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
16e28019bc
This adds #11
10 lines
204 B
SCSS
10 lines
204 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: 30px;
|
|
color: #222;
|
|
}
|