diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-24 17:12:23 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-24 17:12:23 +0100 |
| commit | 54b8482223288a4d5df41267f3c9235bab06c15e (patch) | |
| tree | 2df9f4e43168ab4fcda02e67740bf9772985eb5a /minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_modals.scss | |
| parent | a2d5335f18e053c14e8f88efa5f97368777341be (diff) | |
| download | meta-54b8482223288a4d5df41267f3c9235bab06c15e.tar.gz meta-54b8482223288a4d5df41267f3c9235bab06c15e.zip | |
add minionlivesmatter
Diffstat (limited to 'minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_modals.scss')
| -rw-r--r-- | minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_modals.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_modals.scss b/minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_modals.scss new file mode 100644 index 0000000..6585799 --- /dev/null +++ b/minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_modals.scss @@ -0,0 +1,20 @@ +// Modals +$modal-content-xs-box-shadow: $bmd-shadow-24dp !default; + +// Padding applied to the modal body +//$modal-inner-padding: 15px !default; +// +//$modal-title-padding: 15px !default; +//$modal-title-line-height: $line-height-base !default; +// +//$modal-content-bg: #fff !default; +//$modal-content-border-color: rgba(0,0,0,.2) !default; +// +//$modal-backdrop-bg: #000 !default; +$modal-backdrop-opacity: .26 !default; // .5 +//$modal-header-border-color: #e5e5e5 !default; +//$modal-footer-border-color: $modal-header-border-color !default; +// +//$modal-lg: 900px !default; +//$modal-md: 600px !default; +//$modal-sm: 300px !default; |
