Sha256: cd8f62ef58b54e3afb5ea1236cff439a1247bebe106a46f2692f6514ffc1fe7a

Contents?: true

Size: 635 Bytes

Versions: 91

Compression:

Stored size: 635 Bytes

Contents

body {
  font-family: $base-font-family;
}

@mixin subtle-text {
  color: $light-gray;
  font-size: 0.75em;
}

@mixin subtle-text-reversed {
  color: $dark-gray;
  font-size: 0.75em;
}

@mixin label-text {
  color: $light-gray;
  font-size: 0.85em;
}

@mixin label-text-reversed {
  color: $dark-gray;
  font-size: 0.85em;
}

a {
  @include default-link;

  &.alt {
    @include alt-link;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0.25em;
}

h1 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

.caption {
  @include subtle-text;
}

.reversed .caption {
  @include subtle-text-reversed;
}

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
trusty-cms-7.0.18 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.17 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.16 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.14 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.13 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.12 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.15 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.9.1 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.11 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.10 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.9 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.8 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.7 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.6 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.5 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.4 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.3 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-6.3.1 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.2 app/assets/stylesheets/admin/partials/_typography.scss
trusty-cms-7.0.1 app/assets/stylesheets/admin/partials/_typography.scss