2017-05-26 23:51:48 -04:00
|
|
|
// styles applied on :host are applied on the current component, "app" in this case
|
|
|
|
:host {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
2021-11-30 22:06:59 -05:00
|
|
|
font-family: 'Inter', Arial, sans-serif;
|
2017-05-26 23:51:48 -04:00
|
|
|
display: block;
|
|
|
|
}
|