mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
10 lines
185 B
SCSS
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;
|
||
|
}
|