From 8cf5c7204f0ebb787eafb9ffa04c9e61a8d6d3af Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 25 May 2018 18:28:24 +0100 Subject: Add package soft deletion --- app/scss/components.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/scss') diff --git a/app/scss/components.scss b/app/scss/components.scss index 3a145bc..226ef6b 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -301,9 +301,9 @@ select:not([multiple]) { color: #fff; } -.alert-error { - background: #933; - border: 1px solid #c44; +.alert-error, .button-danger { + background: #933 !important; + border: 1px solid #c44 !important; } .alert-warning { -- cgit v1.2.3