Matteo Scandolo | a7ad499 | 2016-05-09 15:27:47 -0700 | [diff] [blame] | 1 | @import '../../../../style/sass/lib/_variables.scss'; |
2 | |||||
3 | #xosDeveloper { | ||||
Matteo Scandolo | efdcab8 | 2016-05-09 16:29:46 -0700 | [diff] [blame] | 4 | |
5 | .pie-legend li { | ||||
6 | display: inline-block; | ||||
7 | white-space: nowrap; | ||||
8 | position: relative; | ||||
9 | margin-bottom: 4px; | ||||
10 | border-radius: 5px; | ||||
11 | padding: 2px 8px 2px 28px; | ||||
12 | font-size: smaller; | ||||
13 | cursor: default; | ||||
14 | } | ||||
15 | |||||
16 | .pie-legend-icon { | ||||
17 | display: block; | ||||
18 | position: absolute; | ||||
19 | left: 0; | ||||
20 | top: 0; | ||||
21 | width: 20px; | ||||
22 | height: 20px; | ||||
23 | border-radius: 5px; | ||||
24 | } | ||||
Matteo Scandolo | a7ad499 | 2016-05-09 15:27:47 -0700 | [diff] [blame] | 25 | } |