blob: 043a334b6f53ca7e529f54892fba3dee7abec941 [file] [log] [blame]
Matteo Scandoloa7ad4992016-05-09 15:27:47 -07001@import '../../../../style/sass/lib/_variables.scss';
2
3#xosDeveloper {
Matteo Scandoloefdcab82016-05-09 16:29:46 -07004
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 Scandoloa7ad4992016-05-09 15:27:47 -070025}