matrix-dimension/web/app/app.component.scss
turt2live 0c51d4424b UI for simple matrix.org bots
Part of #11

Needs actual scalar integration
2017-05-27 01:27:36 -06:00

10 lines
185 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;
display: block;
}