funky-framadate-front/src/app/features/consultation/poll-results-compact/poll-results-compact.compon...

21 lines
298 B
SCSS

@import '../../../../styles/variables';
.box {
border-left: 3px solid white;
cursor: pointer;
* {
cursor: pointer;
}
&:hover {
border-left-color: #d198d4;
background: #ccc;
}
&:focus,
&:active {
background: #d198d4;
}
&.active {
border-left-color: yellowgreen !important;
}
}