Sha256: 79fd8d3d6801f169b9b4cd8500b0ecb9ac33795b2588fcf3b9328cf32708d2c2
Contents?: true
Size: 1.12 KB
Versions: 52
Compression:
Stored size: 1.12 KB
Contents
//// /// @group overview //// /// Base typography for widget. $overview-typography: () !default; /// Typography for overview header. $overview-header-typography: () !default; /// Typography for chapter number tagline. $overview-chapter-number-typography: () !default; /// Typography for chapter title. $overview-chapter-title-typography: () !default; /// Typography for close button label. $overview-close-button-typography: () !default; @include standard-typography($overview-typography, ()); .overview_headline { @include typography( $overview-header-typography, ( font-size: 3em, font-weight: bold ) ); } .heading-5 { @include typography( $overview-chapter-number-typography, ( font-size: 1em, font-weight: normal, text-transform: uppercase, ) ); } .heading-4 { @include typography( $overview-chapter-title-typography, ( font-size: 1.1em, font-weight: bold, ) ); } .close .label { @include typography( $overview-close-button-typography, ( text-transform: uppercase, font-size: 1em, letter-spacing: 0.1em, ) ); }
Version data entries
52 entries across 52 versions & 1 rubygems