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 --- .../twbs/bootstrap/site/docs/4.1/utilities/shadows.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/docs/4.1/utilities/shadows.md (limited to 'vendor/twbs/bootstrap/site/docs/4.1/utilities/shadows.md') diff --git a/vendor/twbs/bootstrap/site/docs/4.1/utilities/shadows.md b/vendor/twbs/bootstrap/site/docs/4.1/utilities/shadows.md new file mode 100644 index 000000000..5e8f5a890 --- /dev/null +++ b/vendor/twbs/bootstrap/site/docs/4.1/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