15 lines
192 B
SCSS
15 lines
192 B
SCSS
@import '~@angular/material/theming';
|
|
@import 'assets/scss/theme';
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
html {
|
|
font-size: 80%;
|
|
}
|
|
}
|