From 9866053f0ce44721c11990c9f9407e7428757c99 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 May 2019 14:21:36 +0200 Subject: update bootstrap to version 4.3.1 --- .../twbs/bootstrap/site/docs/4.3/utilities/shadows.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.3/utilities/shadows.md (limited to 'vendor/twbs/bootstrap/site/docs/4.3/utilities/shadows.md') diff --git a/vendor/twbs/bootstrap/site/docs/4.3/utilities/shadows.md b/vendor/twbs/bootstrap/site/docs/4.3/utilities/shadows.md new file mode 100644 index 000000000..9c3e58044 --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.3/utilities/shadows.md @@ -0,0 +1,18 @@ +--- +layout: docs +title: Shadows +description: Add or remove shadows to elements with box-shadow utilities. +group: utilities +--- + +## Examples + +While shadows on components are disabled by default in Bootstrap and can be enabled via `$enable-shadows`, you can also quickly add or remove a shadow with our `box-shadow` utility classes. Includes support for `.shadow-none` and three default sizes (which have associated variables to match). + +{% capture example %} +
No shadow
+
Small shadow
+
Regular shadow
+
Larger shadow
+{% endcapture %} +{% include example.html content=example %} -- cgit v1.2.3