dashboard_app / style.css
mahnbonnie's picture
Initial commit
5931b60 verified
/* Logo */
/* Adapted from Zachary Blackwood */
[data-testid="stSidebar"] {
background-image: url(https://streamlit.io/images/brand/streamlit-logo-secondary-colormark-darktext.png);
background-size: 200px;
background-repeat: no-repeat;
background-position: 4px 20px;
}
/* Card */
/* Adapted from https://startbootstrap.com/theme/sb-admin-2 */
div.css-1r6slb0.e1tzin5v2 {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 5% 5% 5% 10%;
border-radius: 5px;
border-left: 0.5rem solid #9AD8E1 !important;
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !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;
}