next-ucap-messenger/projects/ucap-webmessenger-app/src/styles.scss
2019-09-18 15:02:21 +09:00

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