-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
37 lines (35 loc) · 841 Bytes
/
style.css
File metadata and controls
37 lines (35 loc) · 841 Bytes
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
.appview-container .main .block-container{
padding-top: 3rem;
padding-left: 2rem;
padding-right: 2rem;
padding-bottom: 0rem;
}
/* header {visibility: hidden;} */
footer {visibility: hidden;}
.css-hxt7ib{
padding-top: 3rem;
padding-left: 1rem;
padding-right: 1rem;
}
.css-16huue1 .effi0qh3{
font-size: 28px;
}
/*.user-select-none .svg-container{
width: 300px;
height: 300px;
}
.main-svg{
width: 300px;
height: 300px;
}
.user-select-none .svg-container{
width: 300px;
height: 300px;
}
*/
.reportview-container {
background: url(data:image/{main_bg_ext};base64,{base64.b64encode(open(main_bg, "rb").read()).decode()})
}
.sidebar .sidebar-content {
background: url(data:image/{side_bg_ext};base64,{base64.b64encode(open(side_bg, "rb").read()).decode()})
}