From 7fdf08ec6ee9521d7222f11519027729f9459ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 1 Nov 2019 20:01:09 +0000 Subject: [PATCH] chore(ui): enable bootstrap shadows --- ui/src/App.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/App.scss b/ui/src/App.scss index 1e87879db..e8bc5238e 100644 --- a/ui/src/App.scss +++ b/ui/src/App.scss @@ -28,6 +28,8 @@ $pagination-active-bg: $pagination-hover-bg; $pagination-disabled-color: #fff; $pagination-disabled-bg: #dee2e6; // gray-300 +$enable-shadows: true; + @import "~bootswatch/dist/flatly/variables"; @import "~bootstrap/scss/bootstrap"; @import "~bootswatch/dist/flatly/bootswatch";