diff options
| author | Mark Otto <[email protected]> | 2014-07-08 21:19:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 21:19:14 -0700 |
| commit | f380ca21e207e688e40a8cbef6d0b5a2c2a00472 (patch) | |
| tree | cf28901efb6ec84b0df698ed555d2281462a7017 /less/modals.less | |
| parent | ff4ff3bd0619035313ef245839fae7865039dd25 (diff) | |
| download | bootstrap-f380ca21e207e688e40a8cbef6d0b5a2c2a00472.tar.xz bootstrap-f380ca21e207e688e40a8cbef6d0b5a2c2a00472.zip | |
Use .box-shadow() mixin so we can enable/disable them
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less index a8fd0dd2b..09cef4b31 100644 --- a/less/modals.less +++ b/less/modals.less @@ -53,7 +53,7 @@ background-color: @modal-content-bg; border: 1px solid @modal-content-border-color; .border-radius(@border-radius-large); - box-shadow: 0 3px 9px rgba(0,0,0,.5); + .box-shadow(0 3px 9px rgba(0,0,0,.5)); background-clip: padding-box; // Remove focus outline from opened modal outline: 0; @@ -137,7 +137,7 @@ margin: 30px auto; } .modal-content { - box-shadow: 0 5px 15px rgba(0,0,0,.5); + .box-shadow(0 5px 15px rgba(0,0,0,.5)); } // Modal sizes |
