From dd7ed798564643d18d738f20e4cf51ccffd5af99 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2018 22:07:48 -0700 Subject: Add box-shadow utilities (#25758) --- docs/4.0/utilities/shadows.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/4.0/utilities/shadows.md (limited to 'docs/4.0') diff --git a/docs/4.0/utilities/shadows.md b/docs/4.0/utilities/shadows.md new file mode 100644 index 000000000..54409b5ed --- /dev/null +++ b/docs/4.0/utilities/shadows.md @@ -0,0 +1,19 @@ +--- +layout: docs +title: Shadows +description: Add or remove shadows to elements with `box-shadow` utilities. +group: utilities +toc: false +--- + +## 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