somewhere
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user