Sha256: d0ba16a1e06f17b1c0352a191f3d090fc6ba4172bd875a1dc897d7ef3a5cea6c
Contents?: true
Size: 725 Bytes
Versions: 92
Compression:
Stored size: 725 Bytes
Contents
$navigation-page-title-typography: () !default; $navigation-share-box-typography: () !default; $navigation-credits-box-typography: () !default; $navigation-credits-box-text-typography: () !default; .navigation_site_detail { @include standard-typography( $navigation-page-title-typography, ( font-size: 1em, line-height: 1.1em ) ); } .navigation_share_box { @include standard-typography( $navigation-share-box-typography, () ); } .navigation_credits_box { @include standard-typography( $navigation-credits-box-typography, ( line-height: 1.5em ) ); p { @include standard-typography( $navigation-credits-box-text-typography, () ); } }
Version data entries
92 entries across 92 versions & 1 rubygems