Sha256: a69e141ec23a1ecedf91beae7fce54e4a713f7975600dc93d27c4f21eb6016fc

Contents?: true

Size: 844 Bytes

Versions: 3

Compression:

Stored size: 844 Bytes

Contents

body {
  @include font-smoothing;
}

a {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.error-iframe {
  display: block;
  width: 100%;
  border: 0;
  flex: 1;
  min-height: 60vh;
  max-height: 75vh;
}

.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-header {
  font-size: 1rem * $header-font-size-scale;
}

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

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    border-bottom: $headings-border;
    padding-bottom: 0.275rem;

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trestle-0.10.1 frontend/css/core/_typography.scss
trestle-0.10.0 frontend/css/core/_typography.scss
trestle-0.10.0.pre2 frontend/css/core/_typography.scss