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

10 lines
185 B
SCSS
Raw Normal View History

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