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

Version Path
pageflow-17.0.4 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-17.0.3 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-17.0.2 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-17.0.1 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-17.0.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-16.2.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-16.1.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-16.0.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.8.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-14.5.2 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.7.1 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.7.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.6.1 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.6.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.5.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.4.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.3.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.2.2 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.2.1 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss
pageflow-15.2.0 app/assets/stylesheets/pageflow/themes/default/overview/typography.scss