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

16 lines
321 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-06-29 07:46:14 +00:00
vn-label-value > section {
& > vn-icon {
vertical-align: middle;
2019-02-08 16:49:51 +00:00
color: $color-font-secondary;
2020-04-02 13:11:42 +00:00
font-size: 1.2rem
}
}
vn-label-value[no-ellipsize] > section,
vn-label-value.no-ellipsize > section {
text-overflow: '';
white-space: normal;
overflow: auto;
2018-04-17 12:49:55 +00:00
}