From d76fd5073a695e7533538d1f3c9679e64de94f29 Mon Sep 17 00:00:00 2001 From: Mikel Wohlschlegel Date: Mon, 29 Aug 2016 13:54:37 +0200 Subject: [PATCH] =?UTF-8?q?[FRT]=C2=A0Added=20styles=20for=20alert=20rdsNo?= =?UTF-8?q?Hit=20Resolves=20Improvement=20#745?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/freiburg/css/freiburg2.css | 9 +++++++++ .../lib/sass/ubfr/rdsui/components/_alerts.scss | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/themes/freiburg/css/freiburg2.css b/themes/freiburg/css/freiburg2.css index 6a42e74ff2a..3a35f88b79b 100644 --- a/themes/freiburg/css/freiburg2.css +++ b/themes/freiburg/css/freiburg2.css @@ -7149,6 +7149,15 @@ div.row .sidebar h4 { font-weight: 700; } +/* line 15, ../lib/sass/ubfr/rdsui/components/_alerts.scss */ +.rdsNoHit { + background: none; + border: none; + color: #645e5e; + padding: 17px; + margin-bottom: 4px; +} + /* line 9, ../lib/sass/ubfr/rdsui/components/_modal.scss */ .modal-content { border-radius: 0; diff --git a/themes/freiburg/lib/sass/ubfr/rdsui/components/_alerts.scss b/themes/freiburg/lib/sass/ubfr/rdsui/components/_alerts.scss index f6a74be3ec3..60bf2807842 100644 --- a/themes/freiburg/lib/sass/ubfr/rdsui/components/_alerts.scss +++ b/themes/freiburg/lib/sass/ubfr/rdsui/components/_alerts.scss @@ -10,4 +10,14 @@ a { font-weight: $font-weight-bold; } +} + +.rdsNoHit { + + background: none; + border: none; + color: $font-color-base; + padding: $box-inner-gutter; + margin-bottom: 4px; + } \ No newline at end of file