Bug 31762: Flatten page-section
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 13 Oct 2022 11:38:09 +0000 (12:38 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 17 Oct 2022 11:05:29 +0000 (08:05 -0300)
This patch removes the box-shadow from our 'card' mixin and thus makes
page-section and other similar content area blocks look flat

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss

index b749942..aa901e6 100644 (file)
@@ -41,5 +41,4 @@ $nav-menu-bullet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
 
 @mixin card {
     background-color: white;
-    box-shadow: 0 0 4px 1px #00000030;
 }