Sha256: 9bd36c1a7e17b4f3ce72a20a788a104266f0f7e801255980dc62bf24dfdaad75

Contents?: true

Size: 656 Bytes

Versions: 7

Compression:

Stored size: 656 Bytes

Contents

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  padding: 0;
  margin: 1em 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: bold;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
}

h3,
.h3 {
  font-size: 1.125rem;
}

h4,
.h4,
h5,
.h5 {
  font-size: 1rem;
}

h5,
.h5 {
  font-weight: normal;
}

p {
  margin: 0 0 2 * $default-margin 0;
  white-space: normal;

  a {
    color: $anchor-color;
  }
}

kbd,
code {
  border: $default-border;
  border-radius: $default-border-radius;
  font-family: Courier, monospaced;
  margin: 0 0.25ex;
  padding: 0.25em 0.5em;
  vertical-align: baseline;
}

code {
  background: $medium-gray;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
alchemy_cms-7.2.7 app/assets/stylesheets/alchemy/typography.scss
alchemy_cms-7.2.6 app/assets/stylesheets/alchemy/typography.scss
alchemy_cms-7.2.5 app/assets/stylesheets/alchemy/typography.scss
alchemy_cms-7.2.4 app/assets/stylesheets/alchemy/typography.scss
alchemy_cms-7.2.3 app/assets/stylesheets/alchemy/typography.scss
alchemy_cms-7.2.2 app/assets/stylesheets/alchemy/typography.scss
alchemy_cms-7.2.1 app/assets/stylesheets/alchemy/typography.scss