28 lines
434 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|