Bug 27200: (follow-up) Browse search interface update
[srvgit] / koha-tmpl / opac-tmpl / bootstrap / css / src / _common.scss
index 5fdaaea..f0a0fd2 100644 (file)
@@ -44,7 +44,7 @@ $sci-heading-color: #727272;
 @import "../../../../../node_modules/bootstrap/scss/breadcrumb";
 @import "../../../../../node_modules/bootstrap/scss/button-group";
 @import "../../../../../node_modules/bootstrap/scss/buttons";
-// @import "../../../../../node_modules/bootstrap/scss/card";
+@import "../../../../../node_modules/bootstrap/scss/card";
 // @import "../../../../../node_modules/bootstrap/scss/carousel";
 @import "../../../../../node_modules/bootstrap/scss/close";
 // @import "../../../../../node_modules/bootstrap/scss/code";
@@ -187,11 +187,16 @@ h1 {
     padding: 1rem 0;
 }
 
+
 .alert {
     &.alert-info,
     &.alert-warning {
         color: #000;
     }
+
+    &.alert-error {
+        @extend .alert-warning
+    }
 }
 
 .btn-primary {