next-ucap-messenger/projects/ucap-webmessenger-app/src/styles.scss

15 lines
192 B
SCSS
Raw Normal View History

2019-09-18 06:02:21 +00:00
@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%;
}
}