matrix-dimension/web/app/app.component.scss
2017-05-26 21:51:48 -06:00

11 lines
207 B
SCSS

// 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;
}