Files
2023-08-17 13:05:51 +03:30

28 lines
434 B
SCSS

.user-dashboard {
&.verify {
.verify-labels {
cursor: auto !important;
span {
margin-right: 5px;
cursor: pointer;
@extend %defaultTransition;
color: $theme;
&:hover {
color: $theme_darker;
}
&.countdown {
color: gray;
cursor: not-allowed;
&:hover {
color: gray;
}
}
}
}
}
}