From ff7fd9a25b434d7421e25b71b6ce2e9bc4b855e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 20 Aug 2018 15:00:06 +0200 Subject: [PATCH] error message --- gadjo/static/css/gadjo.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index ea24e39..9ba1a63 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -293,7 +293,8 @@ ul.messages { } &.error { &:before { content: "\f06a"; } /* exclamation-circle */ - border-color: #b00000; + background: linear-gradient(to right, #f64474, #f4635e); + color: white; } .close { float: right; @@ -342,7 +343,8 @@ div.errornotice { } &.errornotice { &:before { content: "\f071"; } /* exclamation-triangle */ - border-color: #b00000; + background: linear-gradient(to right, #f64474, #f4635e); + color: white; } }