-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
39 lines (35 loc) · 1.21 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
/* geral */
div.block-container{
padding-top: 1rem;
}
/* tema dark */
.logocoppe {
max-width: 144px;
background-color: #822433;
padding: 1rem;
margin: 5px;
}
.logocad {
max-width: 144px;
background-color: #FFF;
padding: 1rem;
margin: 5px;
}
/* tema light COPPE logo*/
#root > div:nth-child(1) > div.withScreencast > div > div > div > section.st-emotion-cache-vk3wp9.eczjsme11 > div.st-emotion-cache-6qob1r.eczjsme3 > div.st-emotion-cache-10oheav.eczjsme4 > div > div:nth-child(1) > div > div.st-emotion-cache-ocqkz7.e1f1d6gn3 > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div > img {
background-color: #822433;
padding: 1rem;
}
/* tema light CAD logo*/
#root > div:nth-child(1) > div.withScreencast > div > div > div > section.st-emotion-cache-vk3wp9.eczjsme11 > div.st-emotion-cache-6qob1r.eczjsme3 > div.st-emotion-cache-10oheav.eczjsme4 > div > div:nth-child(1) > div > div.st-emotion-cache-ocqkz7.e1f1d6gn3 > div:nth-child(2) > div:nth-child(1) > div > div > div > div > div > img {
background-color: #fcfffe;
padding: 1rem;
}
/* remove made with streamlit */
footer {
visibility: hidden;
display: none;
}
.stPlotlyChart {
height: 60vh !important;
}