From: cucharadepalo Date: Tue, 19 Jan 2016 11:21:47 +0000 (+0100) Subject: Added font size variable to the mixin X-Git-Tag: v6.1.2~40^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7919%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added font size variable to the mixin The dropdown-font-size-variable wasn't used in the mixin. Corrected border-radius alphabetical position --- diff --git a/scss/components/_dropdown.scss b/scss/components/_dropdown.scss index 41d071f3a..e8ff8cc7e 100644 --- a/scss/components/_dropdown.scss +++ b/scss/components/_dropdown.scss @@ -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;