Sha256: 646e303efa0145344e8eaa7e368ec3ed833abff05fb4c2b5d3879690f8db0a48

Contents?: true

Size: 669 Bytes

Versions: 7

Compression:

Stored size: 669 Bytes

Contents

//
// Typography
//
// stylelint-disable primer/selector-no-utility, selector-no-type, selector-max-type

h1,
.text-alpha {
  @include fs-8;
  font-weight: 300;
}

h2,
.text-beta {
  @include fs-6;
}

h3,
.text-gamma {
  @include fs-5;
}

h4,
.text-delta {
  @include fs-2;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h5,
.text-epsilon {
  @include fs-3;
  color: $grey-dk-200;
}

h6,
.text-zeta {
  @include fs-2;
  color: $grey-dk-200;
}

li {
  .highlight {
    margin-top: $sp-2;
  }
}

.text-small {
  @include fs-2;
}

.text-mono {
  font-family: $mono-font-family !important;
}

.text-center {
  text-align: center !important;
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
just-the-docs-0.2.4 _sass/typography.scss
just-the-docs-altair-0.2.3 _sass/typography.scss
just-the-docs-0.2.3 _sass/typography.scss
just-the-docs-0.2.2 _sass/typography.scss
just-the-docs-0.2.1 _sass/typography.scss
just-the-docs-0.2.0 _sass/typography.scss
just-the-docs-0.1.6 _sass/typography.scss