]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added font size variable to the mixin 7919/head
authorcucharadepalo <cucharadepalo@gmail.com>
Tue, 19 Jan 2016 11:21:47 +0000 (12:21 +0100)
committercucharadepalo <cucharadepalo@gmail.com>
Tue, 19 Jan 2016 11:21:47 +0000 (12:21 +0100)
The dropdown-font-size-variable wasn't used  in the mixin. Corrected border-radius alphabetical position

scss/components/_dropdown.scss

index 41d071f3aac55e1fbedabf88aee79e1163b02c7f..e8ff8cc7edc184643e96dedd43d6821538286902 100644 (file)
@@ -38,13 +38,14 @@ $dropdown-sizes: (
 @mixin dropdown-container {
   background-color: $body-background;
   border: $dropdown-border;
+  border-radius: $dropdown-radius;
   display: block;
+  font-size: $dropdown-font-size;
   padding: $dropdown-padding;
   position: absolute;
   visibility: hidden;
   width: $dropdown-width;
   z-index: 10;
-  border-radius: $dropdown-radius;
 
   &.is-open {
     visibility: visible;