Sha256: bb5a4d25563f76940479d56ee55656e4967c57a54208287b32b0434c51546e6c

Contents?: true

Size: 900 Bytes

Versions: 2

Compression:

Stored size: 900 Bytes

Contents

//This file contains all styling for any headers the system

@import "colors.css.scss";
@import "mixins.css.scss";

h1, h2, h3, h4, h5 {
  color: $heading-black;
  margin-bottom: 15px;
}

h1 {
  font-size:23px;
  font-weight:bold;
}

h3 {
  font-size: 19px;
  font-weight: bold;
  color: $label-light-grey;
}

h4 {
  font-size:17px;
  color:$heading-blue;
  border-bottom: 1px solid #ddd;
}

h5 {
  font-size:15px;
}

div#side-menu h3 {
  @include background-gradient($side-menu-background-dark, $side-menu-background-light);
  color: $heading-grey;
  font-weight: bold;
  text-shadow: 0 -1px 0 black;
  border-top: 1px solid $border-black;
  border-left: 0;
  border-bottom: 1px solid $border-black;
  border-right: 0;
  box-shadow: inset 0 1px 0 $side-menu-box-shadow;
  margin: 0;
  font-size: 12px;
  height: 18px;
  padding: 10px 15px 3px;

  &:first-child {
    border-radius: 5px 0 0 0;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lay_me_out-1.2.9 app/assets/stylesheets/lay_me_out/headers.css.scss
lay_me_out-1.2.8 app/assets/stylesheets/lay_me_out/headers.css.scss