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

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