From a03614b818d967ee73210a38d875e592713f5389 Mon Sep 17 00:00:00 2001 From: cucharadepalo Date: Tue, 19 Jan 2016 12:21:47 +0100 Subject: [PATCH] Added font size variable to the mixin The dropdown-font-size-variable wasn't used in the mixin. Corrected border-radius alphabetical position --- scss/components/_dropdown.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.2