-
Notifications
You must be signed in to change notification settings - Fork 10
/
style.css
94 lines (89 loc) · 1.68 KB
/
style.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.genStats {
border-top: 1px solid #838383;
border-bottom: 2px solid #c53131;
background-color: #404040;
color: #fff;
width: 100%;
}
.genStats__container {
display: flex;
justify-content: space-evenly;
align-items: flex-end;
padding: 5px 10px;
}
.genStats__container--2 {
padding: 10px 10px 5px 10px;
}
.genStats__module {
position: relative;
cursor: pointer;
text-align: center;
margin-right: 10px;
}
.genStats__heading {
font-size: 12px;
}
.genStats__subheading {
color: #838383;
font-size: 10px;
}
.genStats__value {
font-size: 26px;
font-weight: 500;
line-height: 27px;
}
.genStats__footer {
font-size: 13px;
}
.genStats__label, .genStats__subheading{
text-transform: uppercase;
font-family: Roboto Condensed,Roboto,Helvetica,sans-serif;
font-weight: 700;
}
.genStats__number {
display: inline-flex;
align-items: center;
vertical-align: top;
}
.genStats__number--large {
position: relative;
}
.genStats__distance {
position: relative;
font-size: 26px;
font-weight: 500;
}
.genStats__distance--label {
font-size: 16px;
position: absolute;
bottom: 2px;
color: #838383;
margin-left: 3px;
}
.genStats__number--large .genStats__number--sign {
font-size: 20px;
position: absolute;
right: 100%;
}
.genStats__number--sign {
color: #838383;
margin-right: 1px;
}
.genStats__number--number {
}
.genStats__health--hp-current {
}
.genStats__health--hp-sep {
padding: 0 3px;
}
.genStats__health--hp-max {
}
.genStats__inlineGroup{
display: inline-flex;
}
.genStats__inlineGroup--item {
margin: 0 5px;
}
.genStats__savingThrowsItem {
padding: 0 5px;
}