From 54fa28441c5f0bdcd9687615f4a6b7a0fab024a3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 7 Sep 2018 11:26:02 +0200 Subject: install bootstrap via composer --- vendor/twbs/bootstrap/scss/utilities/_shadows.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vendor/twbs/bootstrap/scss/utilities/_shadows.scss (limited to 'vendor/twbs/bootstrap/scss/utilities/_shadows.scss') diff --git a/vendor/twbs/bootstrap/scss/utilities/_shadows.scss b/vendor/twbs/bootstrap/scss/utilities/_shadows.scss new file mode 100644 index 000000000..f5d03fcd5 --- /dev/null +++ b/vendor/twbs/bootstrap/scss/utilities/_shadows.scss @@ -0,0 +1,6 @@ +// stylelint-disable declaration-no-important + +.shadow-sm { box-shadow: $box-shadow-sm !important; } +.shadow { box-shadow: $box-shadow !important; } +.shadow-lg { box-shadow: $box-shadow-lg !important; } +.shadow-none { box-shadow: none !important; } -- cgit v1.2.3