From a451449766d581978068a5b8f8c1e27f50386ea7 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 23 Sep 2021 08:33:36 +0000 Subject: Revert "composer update bootstrap to version 5.1.1" This reverts commit 89e4006b2d84d398e34d407a019854823b1dd37d. --- .../site/content/docs/5.0/utilities/shadows.md | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/shadows.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.0/utilities/shadows.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/utilities/shadows.md b/vendor/twbs/bootstrap/site/content/docs/5.0/utilities/shadows.md new file mode 100644 index 000000000..bb5ef44ab --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/utilities/shadows.md @@ -0,0 +1,30 @@ +--- +layout: docs +title: Shadows +description: Add or remove shadows to elements with box-shadow utilities. +group: utilities +toc: true +--- + +## 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). + +{{< example >}} +
No shadow
+
Small shadow
+
Regular shadow
+
Larger shadow
+{{< /example >}} + +## Sass + +### Variables + +{{< scss-docs name="box-shadow-variables" file="scss/_variables.scss" >}} + +### Utilities API + +Shadow utilities are declared in our utilities API in `scss/_utilities.scss`. [Learn how to use the utilities API.]({{< docsref "/utilities/api#using-the-api" >}}) + +{{< scss-docs name="utils-shadow" file="scss/_utilities.scss" >}} -- cgit v1.2.3