confirm abandon

This commit is contained in:
Mashy
2019-09-12 14:05:36 +10:00
parent c45cf59f29
commit e8e63e0943
2 changed files with 74 additions and 36 deletions
+15
View File
@@ -1,3 +1,5 @@
@import 'colours.less';
aside {
grid-area: ctrl;
display: grid;
@@ -93,3 +95,16 @@ aside {
.team-page-ctrl h2 {
padding: 0 0.75em 0 0.75em;
}
.abandon {
&:hover {
color: @red;
border-color: @red;
};
&:active, &.confirming {
background: @red;
color: black;
border: 1px solid black;
}
}