Styling for delete section of app settings page

This commit is contained in:
leigh-mil
2019-10-14 15:24:10 -04:00
parent 1c79f1dfc9
commit 60d8d6ed10
4 changed files with 21 additions and 30 deletions

View File

@@ -272,10 +272,6 @@
padding-top: 0;
}
input#delete-application {
margin-top: $gap * 3;
}
li.accordion-table__item__expanded {
height: auto;
}

View File

@@ -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;
}
}