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

28 lines
514 B
CSS

.sidebar-footer {
padding: white;
color: rgb(117, 117, 117);
/* background-color: #ffffff; */
/* box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4); */
}
.sidebar-footer .option {
margin: 0px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 10px;
border-radius: 0px;
color: white;
cursor: pointer;
display: inline-flex;
}
.sidebar-footer :hover {
color: #00b29f;
}
.sidebar-footer .vl {
border-right: 1px solid #d4d4d4;
color: white;
}