Styling for delete section of app settings page
This commit is contained in:
@@ -272,10 +272,6 @@
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
input#delete-application {
|
||||
margin-top: $gap * 3;
|
||||
}
|
||||
|
||||
li.accordion-table__item__expanded {
|
||||
height: auto;
|
||||
}
|
||||
|
@@ -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