Add remove manager modal

This commit is contained in:
leigh-mil
2020-01-08 13:18:31 -05:00
parent 8f086604f5
commit 81680c4ba4
2 changed files with 35 additions and 0 deletions

View File

@@ -48,6 +48,11 @@
&:hover {
background-color: $color-aqua-lightest;
}
&.disabled {
color: $color-gray;
pointer-events: none;
}
}
}
}