matrix-dimension/web/app/element/element-home/home.component.scss
2021-12-03 00:33:53 -07:00

9 lines
181 B
SCSS

// component styles are encapsulated and only applied to their components
@import "../../../style/themes/themes";
@include themifyComponent() {
h3 {
font-size: 1.12em;
}
}