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