diff options
| author | Mark Otto <[email protected]> | 2018-03-31 22:07:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-31 22:07:48 -0700 |
| commit | dd7ed798564643d18d738f20e4cf51ccffd5af99 (patch) | |
| tree | acd50a759363bf1c48b91d6e8a8e14322eaae4b2 /scss/_variables.scss | |
| parent | a016cbd6a88dd092179bec327eab2bca84268f5f (diff) | |
| download | bootstrap-dd7ed798564643d18d738f20e4cf51ccffd5af99.tar.xz bootstrap-dd7ed798564643d18d738f20e4cf51ccffd5af99.zip | |
Add box-shadow utilities (#25758)
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 68095ce12..c08c2b046 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -212,6 +212,10 @@ $border-radius: .25rem !default; $border-radius-lg: .3rem !default; $border-radius-sm: .2rem !default; +$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default; +$box-shadow: 0 .5rem 1rem rgba($black, .15) !default; +$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default; + $component-active-color: $white !default; $component-active-bg: theme-color("primary") !default; |
