From 374a72fe9e6e20d735d2864614ac44b08a1618ca Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 13 Oct 2022 12:38:09 +0100 Subject: [PATCH] Bug 31762: Flatten page-section This patch removes the box-shadow from our 'card' mixin and thus makes page-section and other similar content area blocks look flat --- koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss index b74994225c..aa901e6969 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss @@ -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; } -- 2.20.1