Sha256: 87e4f3db9a14fdd351cd6b27eeb56ad5c9d5e2224f021314b91fb2048f508a6e

Contents?: true

Size: 932 Bytes

Versions: 23

Compression:

Stored size: 932 Bytes

Contents

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding-top: $headings-margin-top;
  padding-bottom: $headings-margin-bottom;
  font-family: $headings-font-family;
  font-weight: $headings-font-weight;
  color: $headings-color;
  text-align: left;
  vertical-align: baseline;
}

@each $name, $size in $headings {
  h#{$name}, .h#{$name} {
    font-size: $size;
    line-height: $size * $headings-line-height;
  }
}

@each $name, $size in $font-size {
  .text-#{$name} {
    font-size: $size;
    line-height: $size * $headings-line-height;
  }
}

@each $name, $size in $line-height {
  .lh-#{$name} {
    line-height: $size;
  }
}

@for $n from 1 through 9 {
  @include font-weight-util('.fw-#{$n * 100}') {
    font-weight: #{$n * 100} !important;
  }
}

@each $align in $text-align {
  @include text-align-util('.text-#{$align}') {
    text-align: $align !important;
  }
}

p {
  width: 100%;
  margin: 0;
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bootstrap-email-1.5.1 core/scss/utilities/_typography.scss
bootstrap-email-1.5.0 core/scss/utilities/_typography.scss
bootstrap-email-1.4.1 core/scss/utilities/_typography.scss
bootstrap-email-1.4.0 core/scss/utilities/_typography.scss
bootstrap-email-1.3.1 core/scss/utilities/_typography.scss
bootstrap-email-1.3.0 core/scss/utilities/_typography.scss
bootstrap-email-1.2.0 core/scss/utilities/_typography.scss
bootstrap-email-1.1.7 core/scss/utilities/_typography.scss
bootstrap-email-1.1.6 core/scss/utilities/_typography.scss
bootstrap-email-1.1.5 core/scss/utilities/_typography.scss
bootstrap-email-1.1.4 core/scss/utilities/_typography.scss
bootstrap-email-1.1.3 core/scss/utilities/_typography.scss
bootstrap-email-1.1.2 core/scss/utilities/_typography.scss
bootstrap-email-1.1.1 core/scss/utilities/_typography.scss
bootstrap-email-1.1.0 core/scss/utilities/_typography.scss
bootstrap-email-1.0.2 core/scss/utilities/_typography.scss
bootstrap-email-1.0.1 core/scss/utilities/_typography.scss
bootstrap-email-1.0.0 core/scss/utilities/_typography.scss
bootstrap-email-1.0.0.alpha4 core/scss/utilities/_typography.scss
bootstrap-email-1.0.0.alpha3.1 core/scss/utilities/_typography.scss