]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use dropdown-width from settings 7353/head 7478/head
authorthiggins <thiggins@thiggins.dev.insightsquared.com>
Sat, 5 Dec 2015 01:12:06 +0000 (01:12 +0000)
committerthiggins <thiggins@thiggins.dev.insightsquared.com>
Sat, 5 Dec 2015 01:12:06 +0000 (01:12 +0000)
scss/components/_dropdown.scss

index 97275bd8be66072c8dd49c890624e89ba62a76a1..41d071f3aac55e1fbedabf88aee79e1163b02c7f 100644 (file)
@@ -42,7 +42,7 @@ $dropdown-sizes: (
   padding: $dropdown-padding;
   position: absolute;
   visibility: hidden;
-  width: 300px;
+  width: $dropdown-width;
   z-index: 10;
   border-radius: $dropdown-radius;