-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
39 lines (34 loc) · 922 Bytes
/
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
/*section[data-testid="stAppViewContainer"] div.block-container {
padding-top: 0rem;
padding-bottom: 1rem;
}
section[data-testid="stSidebar"] div.block-container {
width: 240px;
}
*/
/*div.stHorizontalBlock {*/
/*background-color: lightsteelblue; */
/*height: 30px;
}*/
[data-testid="stHorizontalBlock"] div.stButton button {
/*background-color: lightsteelblue; */
width: 126px;
height: 40px;
border-color: orangered;
padding-top: 2px !important;
padding-bottom: 2px !important;
font-weight: 200;
}
section[data-testid="stSidebar"] div.stButton button {
background-color: lightgray;
width: 140px;
}
/*[data-testid="stSideBarUserContent"] div.block-container {
padding-top: 0px !important;
padding-bottom: 2px !important;
}
*/
section[data-testid="stSidebar"] div.block-container {
padding-top: 0px !important;
padding-bottom: 2px !important;
}