-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
63 lines (52 loc) · 1.2 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
.css-1y4p8pa {
padding-top: 2rem;
}
h1 {
text-align: center;
}
div.block-container {
padding-top: 2rem;
}
div[data-testid="metric-container"] {
flex: 1;
width: 300px;
margin: auto;
padding: 10px;
border: 1px solid grey;
border-radius: 15px;
text-align: center;
}
div[data-testid="stMetricLabel"]{
text-align: center;
}
label[data-testid="stMetricLabel"] div, label[data-testid="stMetricLabel"] {
display: inline-block !important;
flex-direction: row !important;
-webkit-box-align: center;
align-items: center;
margin-bottom: 0px;
visibility: visible;
}
h2 {
text-align: center;
font-size: 1.35rem;
}
p {
font-size: medium;
text-align: center;
}
.legende {
position: relative;
bottom:300px;
left: 60px;
padding-bottom: 0;
margin-bottom: 0;
}
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div.block-container > div:nth-child(1) > div > div:nth-child(4) {
margin-bottom: 40px;
margin-top: 40px;
}
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div.block-container > div:nth-child(1) > div > div:nth-child(6) {
padding-top: 0;
margin-top: 0;
}