Styling for delete section of app settings page
This commit is contained in:
@@ -22,12 +22,12 @@ button,
|
||||
.button-danger-outline,
|
||||
input[type="button"].button-danger-outline {
|
||||
color: $color-red;
|
||||
background-color: $color-red-lightest;
|
||||
box-shadow: inset 0 0 0 1px $color-red;
|
||||
background-color: $color-white;
|
||||
box-shadow: inset 0 0 0 2px $color-red;
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
background-color: $color-red-darkest;
|
||||
box-shadow: inset 0 0 0 1px $color-red-darkest;
|
||||
box-shadow: inset 0 0 0 2px $color-red-darkest;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user