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