taiga-front/app/modules/components/move-to-sprint/move-to-sprint.scss

16 lines
262 B
SCSS

.move-to-sprint-button {
color: $white;
&:not(.disabled) {
cursor: pointer;
&:hover {
color: $primary-light;
}
}
&.disabled {
opacity: .5;
&:hover {
color: $white;
}
}
}