1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Add box-shadow utilities (#25758)

This commit is contained in:
Mark Otto
2018-03-31 22:07:48 -07:00
committed by GitHub
parent a016cbd6a8
commit dd7ed79856
5 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// stylelint-disable declaration-no-important
.shadow-sm { box-shadow: $box-shadow-sm !important; }
.shadow { box-shadow: $box-shadow !important; }
.shadow-lg { box-shadow: $box-shadow-lg !important; }
.shadow-none { box-shadow: none !important; }