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/_dropdown.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/_dropdown.scss')
| -rw-r--r-- | minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss b/minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss new file mode 100644 index 0000000..67ac5ec --- /dev/null +++ b/minionlivesmatter/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss @@ -0,0 +1,20 @@ +// Dropdowns +// +// Dropdown menu container and contents. + +//$dropdown-bg: #fff !default; +//$dropdown-border-color: rgba(0,0,0,.15) !default; +//$dropdown-border-width: $border-width !default; +//$dropdown-divider-bg: #e5e5e5 !default; +$dropdown-box-shadow: $bmd-shadow-2dp !default; //0 6px 12px rgba(0,0,0,.175) !default; +// +//$dropdown-link-color: $gray-dark !default; +//$dropdown-link-hover-color: darken($gray-dark, 5%) !default; +//$dropdown-link-hover-bg: #f5f5f5 !default; +// +//$dropdown-link-active-color: $component-active-color !default; +//$dropdown-link-active-bg: $component-active-bg !default; +// +//$dropdown-link-disabled-color: $gray-light !default; +// +//$dropdown-header-color: $gray-light !default; |
