-
Notifications
You must be signed in to change notification settings - Fork 2
/
MMM-Plenticore.css
57 lines (49 loc) · 1.23 KB
/
MMM-Plenticore.css
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
57
.mmm-plenticore-wrapper svg#a {
font-family: "Open Sans", Arial, sans-serif;
display: block;
width: 100%;
margin: 0 auto 15px;
max-width: 270px;
height: auto;
}
.mmm-plenticore-wrapper .v {
font-family: "Open Sans", Arial, sans-serif;
font-size: 20px;
}
.mmm-plenticore-wrapper .v,
.mmm-plenticore-wrapper .w {
isolation: isolate;
}
.mmm-plenticore-wrapper .x {
fill: none;
stroke: #fff;
stroke-miterlimit: 10;
stroke-width: 3px;
}
.mmm-plenticore-wrapper .y {
fill: #fff;
stroke-width: 0px;
}
.mmm-plenticore-wrapper #plenti-stats h3,
.mmm-plenticore-wrapper #plenti-stats h4,
.mmm-plenticore-wrapper #plenti-stats h5,
.mmm-plenticore-wrapper #plenti-stats h6 {
margin: 0;
text-align: center;
}
.mmm-plenticore-wrapper #plenti-stats .container:after,
.mmm-plenticore-wrapper #plenti-stats .container .col-md-6:after {
content: "";
display: block;
clear: both;
}
.mmm-plenticore-wrapper #plenti-stats .container .col-md-6 {
width: 50%;
float: left;
text-align: center;
}
.mmm-plenticore-wrapper #plenti-stats .container .col-md-6 svg {
display: block;
width: 50px;
margin: 0 auto 10px;
}