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

11 lines
207 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;
text-align: center;
display: block;
}