_charts.scss
696 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/***
Charts and statistics
***/
.chart,
.pie,
.bars {
overflow: hidden;
height: 300px;
width: 100%;
font-family: $font-family-primary !important;
font-size: 14px;
}
/***
Statistic lists
***/
.item-list.table {
.percent {
width: 30px;
float: right;
margin-right: 10px;
margin-top: 3px;
}
}
/***
Chart tooltips
***/
.chart-tooltip {
clear: both;
z-index: 100;
background-color: #736e6e !important;
padding: 5px !important;
color: #fff;
.label {
clear: both;
display: block;
margin-bottom: 2px;
}
}
/***
Mini chart containers
***/
.bar-chart,
.line-chart {
display: none
}