matrix-dimension/web/app/element/element-home/home.component.scss

9 lines
181 B
SCSS
Raw Normal View History

// component styles are encapsulated and only applied to their components
@import "../../../style/themes/themes";
@include themifyComponent() {
2021-12-03 02:33:53 -05:00
h3 {
font-size: 1.12em;
}
2021-12-03 02:33:53 -05:00
}