salix/front/core/components/label-value/style.scss

10 lines
164 B
SCSS

@import "colors";
vn-label-value > section {
& > vn-label {
color: $secondary-font-color;
}
& > span {
color: $main-font-color;
}
}