summaryrefslogtreecommitdiff
path: root/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-22 19:19:26 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-22 19:19:26 +0100
commitd42c8b528eb595101954f478e0024e3f079f6fbf (patch)
tree61a528cf94f1f6941f4683ae8736a4a0135c035e /templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss
downloadminionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.tar.gz
minionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.zip
first implementation of fun stats site
Diffstat (limited to 'templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss')
-rw-r--r--templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss b/templates/assets/bootstrap-material-design/scss/variables/bootstrap/_dropdown.scss
new file mode 100644
index 0000000..67ac5ec
--- /dev/null
+++ b/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;