forked from streamlit/streamlit-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (52 loc) · 1.3 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
/* Logo */
[data-testid="stSidebar"] {
background-image: url(https://hellopocketed.io/wp-content/uploads/2022/01/P_Logo_CMYK-768x285.png);
background-size: 200px;
background-repeat: no-repeat;
background-position: 4px 20px;
background-color: white;
}
/* Card */
/* Adapted from https://startbootstrap.com/theme/sb-admin-2 */
div.css-12w0qpk.e1tzin5v2,
div.css-keje6w.e1tzin5v2,
div.css-1r6slb0.e1tzin5v2 {
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 2em;
border-radius: 5px;
border-left: 0.5rem solid #692e82 !important;
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}
.css-50ug3q,
.css-k7vsyb h1,
.css-1fv8s86 p {
color: black;
}
div.css-12w0qpk.e1tzin5v2:nth-child(odd),
div.css-keje6w.e1tzin5v2:nth-child(odd),
div.css-1r6slb0.e1tzin5v2:nth-child(odd) {
border-left: 0.5rem solid #c94298 !important;
}
label.css-mkogse.e16fv1kl2 {
color: #36b9cc !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
/* Move block container higher */
div.block-container.css-18e3th9.egzxvld2 {
margin-top: -5em;
}
/* Hide hamburger menu and footer */
div.css-r698ls.e8zbici2 {
display: none;
}
footer.css-ipbk5a.egzxvld4 {
display: none;
}
footer.css-12gp8ed.eknhn3m4 {
display: none;
}
div.vg-tooltip-element {
display: none;
}