Mercurial > hg > dml-open-vis
comparison src/DML/MainVisBundle/Resources/assets/bem-blocks/vis-instance-content/vic-properties.less @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:493bcb69166c |
---|---|
1 @import "../../config.less"; | |
2 | |
3 .vic-properties { | |
4 padding-top: 5px; | |
5 | |
6 @item-height: 15px; | |
7 | |
8 // ---------------------------------- | |
9 &_modifier { | |
10 | |
11 } | |
12 | |
13 // ================================== | |
14 &__property { | |
15 .font_small(); | |
16 display: block; | |
17 position: relative; | |
18 height: @item-height; | |
19 line-height: @item-height; | |
20 overflow: visible; | |
21 } | |
22 | |
23 &__property_type_temp { | |
24 opacity: 0.3; | |
25 } | |
26 | |
27 // ================================== | |
28 &__property-caption { | |
29 position: absolute; | |
30 top: 0; | |
31 height: @item-height; | |
32 //color: @config-grid--color_panel-label; | |
33 color: mix(#fff, #000, 60%); // as in charts | |
34 left: @config-grid--cells--header-padding-left; | |
35 } | |
36 | |
37 // ================================== | |
38 &__property-value { | |
39 position: absolute; | |
40 top: 0; | |
41 left: 80px; | |
42 right: @config-grid--cells--header-padding-left; | |
43 white-space: nowrap; | |
44 color: @config-grid--color_panel-label-hovered; | |
45 } | |
46 | |
47 &__property_type_before-divider &__property-value { | |
48 height: 2 * @item-height; | |
49 white-space: normal; | |
50 overflow: hidden; | |
51 } | |
52 | |
53 // ================================== | |
54 &__property-divider { | |
55 height: @item-height; | |
56 } | |
57 | |
58 } |