matrix-dimension/web/app/app.component.scss

10 lines
197 B
SCSS
Raw Normal View History

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