-
Caroline DE POURTALES authoredCaroline DE POURTALES authored
header.css 2.39 KiB
/* NAVBAR */
.navbar-dark .navbar-brand {
color: #fff;
font-size: 30px;
}
/* SIDEBAR */
div.sidebar.col-3 {
height:fit-content;
}
.sidebar {
padding: 2rem;
padding-top:0%;
margin-top:1rem;
border-width: 4px;
border-style:double;
border-radius: 20px;
color: rgb(255, 255, 255);
font-weight: 300;
background-color:rgb(26,26,26);
}
.sidebar .tab.jsx-3468109796 {
color:rgb(255, 255, 255);
font-weight: 500;
background-color: rgb(26,26,26);
}
.sidebar .tab--selected.jsx-3468109796:hover {
background-color:gray;
}
.sidebar .check-boxes{
width: 100%;
height: 40px;
text-align: center;
}
.sidebar .upload {
width: 100%;
height: 50px;
line-height: 50px;
border-width: 1px;
border-style: dashed;
border-radius: 5px;
text-align: center;
margin: 10px
}
.sidebar .Select-control {
width: 100%;
line-height: 30px;
border-width: 1px;
border-radius: 5px;
text-align: center;
margin: 10px;
color:rgb(255, 255, 255);
font-weight: 400;
background-color: rgb(26,26,26);
}
.sidebar .dropdown{
width: 100%;
height: 30px;
line-height: 30px;
border-width: 1px;
border-radius: 5px;
text-align: center;
margin: 10px;
color:rgb(255, 255, 255);
font-weight: 400;
background-color: rgb(26,26,26);
}
.sidebar .button{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
height: 30px;
border-width: 1px;
border-radius: 5px;
text-align: center;
align: center;
color:rgb(255, 255, 255);
font-weight: 400;
background-color: rgb(26,26,26);
}
.sidebar .has-value.Select--single > .Select-control .Select-value .Select-value-label, .has-value.is-pseudo-focused.Select--single > .sidebar .Select-control .Select-value .Select-value-label {
color:rgb(255, 255, 255);
}
.sidebar .Select-menu-outer{
width: 100%;
border-width: 1px;
border-radius: 5px;
text-align: center;
margin: 10px;
color:rgb(255, 255, 255);
font-weight: 400;
background-color: rgb(26,26,26);
}
/* EXPLANATION */
main#explanation {
width: 95%;
margin-bottom: 5rem;
margin-top: 2rem;
border-width: 4px;
border-style:double;
border-radius: 5px;
padding: 2rem;
border-radius: 10px;
}
/* GRAPH */
.column_graph {
margin-top: 2rem;
}