forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSummary.css
More file actions
56 lines (48 loc) · 922 Bytes
/
Summary.css
File metadata and controls
56 lines (48 loc) · 922 Bytes
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
51
52
53
54
55
56
.chart_Summary {
width: 225px;
height: 150px;
font-size: 14px;
}
.chart_Summary .content h2 {
font-weight: bold;
font-size: 3em;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.chart_Summary .bgIcon:before {
position: absolute;
font-family: FontAwesome;
font-size: 5.5em;
opacity: 0.4;
top: 0.5em;
right: 15px;
}
.chart_Summary .bgIcon {
position: relative;
}
.chart_Summary .content {
float: left;
width: 100%;
height: 100%;
background-color: #efd752;
}
.chart_Summary .content div {
margin-top: -1.1em;
font-size: 1.1em;
opacity: 0.8;
}
.chart_Summary .content .text {
padding-left: 10px;
}
.chart_Summary .content .more {
position: absolute;
bottom: 0px;
width: 100%;
height: 3em;
line-height: 3em;
}
.chart_Summary .content .more i {
padding-left: 10px;
padding-right: 0.5em;
}