reclaim button fixes

This commit is contained in:
ntr
2019-07-24 12:21:04 +10:00
parent 9dc840765c
commit d431ada7a9
3 changed files with 19 additions and 14 deletions
+10 -5
View File
@@ -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;