confirm abandon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user