From: Rafi Date: Mon, 11 Jul 2016 17:13:41 +0000 (-0700) Subject: Merge pull request #8988 from andycochran/accordion-title-font-size X-Git-Tag: v6.3-rc1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8dda953384c0f492d10197e54ab47e8e7b3a8ba;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Merge pull request #8988 from andycochran/accordion-title-font-size add settings variable for accordion title font size --- f8dda953384c0f492d10197e54ab47e8e7b3a8ba diff --cc scss/components/_accordion.scss index fed5c30e8,9037cd10e..d5352e096 --- a/scss/components/_accordion.scss +++ b/scss/components/_accordion.scss @@@ -65,16 -61,10 +69,16 @@@ $accordion-content-padding: 1rem !defau display: block; padding: $accordion-item-padding; line-height: 1; - font-size: rem-calc(12); + font-size: $accordion-title-font-size; color: $accordion-item-color; position: relative; - border-bottom: $accordion-content-border; + border: $accordion-content-border; + border-bottom: 0; + + :last-child:not(.is-active) > & { + border-radius: 0 0 $global-radius $global-radius; + border-bottom: $accordion-content-border; + } &:hover, &:focus {