argos/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css

30 lines
417 B
CSS

.sidebar-footer {
padding: white;
font-weight: 700;
font-size: 0.75rem;
}
.sidebar-footer .option {
margin: 0px;
padding-top: 2px;
padding-bottom: 2px;
border-radius: 0px;
cursor: pointer;
display: inline-flex;
font-size: small;
}
.sidebar-footer .option:hover {
color: #00b29f;
}
.sidebar-footer .vl {
border-right: 1px solid #d4d4d4;
color: white;
}
.option-active {
color: #00b29f !important;
}