Sha256: bbf7b30a1cfde2effb330d41f1db5f1a7dda5629898a1bc698521af593a14a63

Contents?: true

Size: 1.25 KB

Versions: 5

Compression:

Stored size: 1.25 KB

Contents

//
// type.scss
// Extended from Bootstrap
//

//
// Bootstrap Overrides =====================================
//

h1,
.h1 {
  margin-bottom: $headings-margin-bottom;
  font-size: 1.5rem;

  @include media-breakpoint-up(md) {
    font-size: $h1-font-size;
  }
}

h2,
.h2 {
  margin-bottom: $headings-margin-bottom;
}

h3,
.h3 {
  margin-bottom: ($headings-margin-bottom * .75);
}

h4,
.h4 {
  margin-bottom: ($headings-margin-bottom * .5);
}

h5,
.h5 {
  margin-bottom: ($headings-margin-bottom * .5);
}

h6,
.h6 {
  margin-bottom: ($headings-margin-bottom * .5);
}


// Links

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {

  >a {
    color: inherit;
  }
}

// Type display classes

.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: $display-letter-spacing;
}

// Headings

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: $headings-letter-spacing;
}

h6.text-uppercase {
  letter-spacing: .08em;
}

// Bold, strong

b,
strong {
  font-family: "suisseBook" !important;
  font-weight: $font-weight-bold;
}


// Links, buttons
//
// Removes focus outline

a,
button {

  &:focus {
    outline: none !important;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
viniBaxter-desk_front-300.0.12 lib/viniBaxter/sass/desk_front/dashkit/_type.scss
viniBaxter-desk_front-300.0.11 lib/viniBaxter/sass/desk_front/dashkit/_type.scss
viniBaxter-desk_front-300.0.10 lib/viniBaxter/sass/desk_front/dashkit/_type.scss
viniBaxter-desk_front-300.0.8 lib/viniBaxter/sass/desk_front/dashkit/_type.scss
viniBaxter-desk_front-300.0.7 lib/viniBaxter/sass/desk_front/dashkit/_type.scss