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

14 lines
220 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;
2019-01-20 15:47:04 +00:00
&::after {
content: ':';
}
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
}
}