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

20 lines
340 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
}
& > vn-icon {
vertical-align: middle;
color: $secondary-font-color;
font-size: 1.2em
}
2018-04-17 12:49:55 +00:00
}