reclaim button fixes
This commit is contained in:
@@ -48,17 +48,22 @@
|
||||
};
|
||||
}
|
||||
|
||||
&.reclaiming, &.reclaiming:hover, &.reclaiming:active {
|
||||
background: @red;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
background: black;
|
||||
border-width: 1px;
|
||||
};
|
||||
}
|
||||
|
||||
.reclaiming {
|
||||
button:not([disabled]) {
|
||||
&, &:hover, &:active {
|
||||
background: @red;
|
||||
color: black;
|
||||
border: 1px solid black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
height: 4em;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user