Sha256: bbacb160308b7412b6a1c0beee4f8c0f7d74f2c0bdf988a86469cf267f30ccf2

Contents?: true

Size: 1.45 KB

Versions: 9

Compression:

Stored size: 1.45 KB

Contents

#header {
  width: 100%;
  height: $height-header;
  padding: 0 10px;
  position: fixed;
  top: 0;
  z-index: $z-header;
  background-color: $bg-header;
  border-bottom: 1px solid $border-header;
  .header-link {
    color: $font-header;
    line-height: 25px;
    &.dropdown-toggle {line-height: 24px;}
  }
  .open > .header-link {background-color: $bg-header-active;}
  .open > .header-link, .header-link {
    &:hover, &:focus, &:visited { background-color: $bg-header-active; }
  }
  .header-link--icon {
    @extend .header-link;
    font-size: 1.6em;
  }
}

.header-main {
  @include row();
  position: fixed;
  top: $height-header;
  left: 0;
  padding-left: ($width-sidebar+20);
  padding-right: $padding-main;
  padding-top: 20px;
  height: 75px;
  width: 100%;
  z-index: $z-header-main;
  border-bottom: 1px solid $border-header-main;
  background-color: $bg-header-main;
  background-color: $bg-header-main-rgba;
  .header-gutter   { @include span-columns(2); }
  .header-title    { @include span-columns(7); }
  .header-actions  { @include span-columns(3); }

  h1 {
    display: inline;
    margin-top: 0;
  }
}

.header-pagination { text-align: right; }
.header-actions {
  text-align: right;
  .dropdown {
    display: inline-block;
    text-align: left;
  }
  .btn-success { float: right; }
}

.header-title h1 {line-height: 1.1em;}

.navbar-brand {
  min-width: $width-sidebar;
  font-family: "SignikaBold", $helvetica;
  font-size: 2.5em;
  color: $font-header;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
georgia-0.7.8 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.7 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.6 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.5 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.4 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.3 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.2 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.1 app/assets/stylesheets/georgia/modules/_header.scss
georgia-0.7.0 app/assets/stylesheets/georgia/modules/_header.scss