Bug 30952: Add "card" layout to the checkout page
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / css / src / _mixins.scss
index 8281a77..c293c05 100644 (file)
@@ -32,3 +32,8 @@ $nav-menu-bullet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
     border: 1px solid #C0C0C0;
     color: #999;
 }
+
+@mixin card {
+    background-color: white;
+    box-shadow: 0 0 4px 1px #00000030;
+}