Sha256: adf7662186325556fd19a62ccd965dd08454d70a51c5182dd2a2007d0751a5e1

Contents?: true

Size: 1.07 KB

Versions: 9

Compression:

Stored size: 1.07 KB

Contents

html {
  font-size: 14px;
}

body {
  @include font-smoothing;
}

a {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.empty, .blank {
  font-style: italic;
  opacity: 0.5;
}

.external-link {
  &:after {
    @include icon-fa($fa-var-external-link-alt);
    font-size: 85%;
    margin-left: 0.5rem;
  }
}

.main-content-sidebar {
  font-size: 1rem * $sidebar-font-size-scale;

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    border-bottom: 1px solid $hr-border-color;
    padding-bottom: 0.325rem;

    &:not(:first-child) {
      margin-top: 1.75rem;
    }
  }

  h1, .h1 { font-size: $h1-font-size * $sidebar-font-size-scale; }
  h2, .h2 { font-size: $h2-font-size * $sidebar-font-size-scale; }
  h3, .h3 { font-size: $h3-font-size * $sidebar-font-size-scale; }
  h4, .h4 { font-size: $h4-font-size * $sidebar-font-size-scale; }
  h5, .h5 { font-size: $h5-font-size * $sidebar-font-size-scale; }
  h6, .h6 { font-size: $h6-font-size * $sidebar-font-size-scale; }

  .card-header,
  .card-body,
  .card-footer {
    padding: ($card-spacer-y * 0.75) ($card-spacer-x * 0.75);
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
trestle-0.9.8 frontend/css/core/_typography.scss
trestle-0.9.7 frontend/css/core/_typography.scss
trestle-0.9.6 frontend/css/core/_typography.scss
trestle-0.9.5 frontend/css/core/_typography.scss
trestle-0.9.4 frontend/css/core/_typography.scss
trestle-0.9.3 frontend/css/core/_typography.scss
trestle-0.9.2 frontend/css/core/_typography.scss
trestle-0.9.1 frontend/css/core/_typography.scss
trestle-0.9.0 frontend/css/core/_typography.scss