Sha256: 3bd62f432fed71ca235cad0de68d4f60661fc3282c22ca5090424ecde799ecf0

Contents?: true

Size: 458 Bytes

Versions: 2

Compression:

Stored size: 458 Bytes

Contents

@import "caboose/admin/config";

h1,h2,h3,h4,h5,h6 {
  font: $heading-font;
  line-height: 1em;
  margin-bottom: $font-size * 0.8;
  &.heading-block {
    color: $color-main;
    clear: both;
  }
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
em, i {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}
span.bold {
  font-weight: bold; 
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
caboose-cms-1.0.2 app/assets/stylesheets/caboose/admin/modules/headings.scss
caboose-cms-1.0.1 app/assets/stylesheets/caboose/admin/modules/headings.scss