diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 826795b4..fea6cf20 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -272,10 +272,6 @@ padding-top: 0; } - input#delete-application { - margin-top: $gap * 3; - } - li.accordion-table__item__expanded { height: auto; } diff --git a/styles/elements/_buttons.scss b/styles/elements/_buttons.scss index b629a35a..c1d90cde 100644 --- a/styles/elements/_buttons.scss +++ b/styles/elements/_buttons.scss @@ -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; } } diff --git a/templates/applications/settings.html b/templates/applications/settings.html index 121179a1..55d0a769 100644 --- a/templates/applications/settings.html +++ b/templates/applications/settings.html @@ -65,8 +65,6 @@ user_can_create_environment=user_can(permissions.CREATE_ENVIRONMENT) ) }} -