From: Geoff Kimball Date: Wed, 20 Jan 2016 18:50:21 +0000 (-0800) Subject: Change $dropdown-font-size from 16rem to 1rem X-Git-Tag: v6.1.2~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9637bb7570ce7e7149e4aa7f17344b437925f98b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change $dropdown-font-size from 16rem to 1rem --- diff --git a/scss/components/_dropdown.scss b/scss/components/_dropdown.scss index e8ff8cc7e..771b5fd34 100644 --- a/scss/components/_dropdown.scss +++ b/scss/components/_dropdown.scss @@ -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