OpenSlides/client/src/app/shared/components/projector-button/projector-button.component.scss

19 lines
354 B
SCSS
Raw Normal View History

2019-02-15 12:17:08 +01:00
.projector-inactive {
background-color: white !important;
2019-02-15 12:17:08 +01:00
mat-icon {
color: grey !important;
}
}
/** TODO: Take this from the accent color. Make the hovering visible */
.projector-active {
background-color: #03a9f4;
color: white !important;
}
button.mat-menu-item.projector-active:hover {
background-color: #03a9f4;
}