matrix-dimension/web/app/app.component.scss
2018-10-20 23:04:25 -06:00

10 lines
197 B
SCSS

// styles applied on :host are applied on the current component, "app" in this case
:host {
display: block;
}
main {
font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
display: block;
}