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

10 lines
164 B
SCSS
Raw Normal View History

@import "colors";
2018-06-29 07:46:14 +00:00
vn-label-value > section {
& > vn-label {
color: $secondary-font-color;
2018-04-17 12:49:55 +00:00
}
2018-06-29 07:46:14 +00:00
& > span {
color: $main-font-color;
2018-04-17 12:49:55 +00:00
}
}