]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change $dropdown-font-size from 16rem to 1rem
authorGeoff Kimball <geoff@zurb.com>
Wed, 20 Jan 2016 18:50:21 +0000 (10:50 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 20 Jan 2016 18:50:24 +0000 (10:50 -0800)
scss/components/_dropdown.scss

index e8ff8cc7edc184643e96dedd43d6821538286902..771b5fd344794c2bfe13802f2368ef0ae92b5198 100644 (file)
@@ -16,7 +16,7 @@ $dropdown-border: 1px solid $medium-gray !default;
 
 /// Font size for dropdown panes.
 /// @type List
-$dropdown-font-size: 16rem !default;
+$dropdown-font-size: 1rem !default;
 
 /// Width for dropdown panes.
 /// @type Number