Shadows
Shadow utilities add depth and elevation to your content
Default Bootstrap Shadows
.shadow-none
.shadow.sm
.shadow
.shadow-lg
The SCSS variables that define the intensity of the box shadow can be modified by overriding the values set in the
../variables/_components.scss
file.
Extended Shadow Utilities
Left Shadows:
.shadow-left-sm
.shadow-left
.shadow-left-lg
The
.shadow-left
utility has small and large variants.
Right Shadows:
.shadow-right-sm
.shadow-right
.shadow-right-lg
The
.shadow-right
utility has small and large variants. The
$box-shadow-right
variable is used on the SB Admin Pro side navigation.