mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
10 lines
197 B
SCSS
10 lines
197 B
SCSS
// styles applied on :host are applied on the current component, "app" in this case
|
|
:host {
|
|
display: block;
|
|
}
|
|
|
|
main {
|
|
font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
|
|
display: block;
|
|
}
|