Commit 7432b0e8 by Miles Steele

add visual indicator to revoke access 'buttons'

parent 5704b424
...@@ -29,6 +29,7 @@ $pink: rgb(182,37,104); ...@@ -29,6 +29,7 @@ $pink: rgb(182,37,104);
$yellow: rgb(255, 252, 221); $yellow: rgb(255, 252, 221);
$red: rgb(178, 6, 16); $red: rgb(178, 6, 16);
$error-red: rgb(253, 87, 87); $error-red: rgb(253, 87, 87);
$danger-red: rgb(212, 64, 64);
$light-gray: rgb(221, 221, 221); $light-gray: rgb(221, 221, 221);
$dark-gray: rgb(51, 51, 51); $dark-gray: rgb(51, 51, 51);
$border-color: rgb(200, 200, 200); $border-color: rgb(200, 200, 200);
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
@include idashbutton(#eee); @include idashbutton(#eee);
&.molly-guard { &.molly-guard {
@include idashbutton($red) @include idashbutton($danger-red)
} }
} }
...@@ -183,6 +183,12 @@ ...@@ -183,6 +183,12 @@
margin-bottom: 1em; margin-bottom: 1em;
} }
.revoke-link {
color: $danger-red;
text-decoration: underline;
cursor: pointer;
}
.batch-enrollment { .batch-enrollment {
textarea { textarea {
margin-top: 0.2em; margin-top: 0.2em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment