Sha256: bb37b18c235d22101e9087515cb11a6dddc042879b45b99da20cd684dc244333

Contents?: true

Size: 969 Bytes

Versions: 1

Compression:

Stored size: 969 Bytes

Contents

// Table of Contents
// ==================================================
// Subheader

// Subheader
// ==================================================
.subheader {
  background: color(white);
  border-bottom: 1px solid color(dark-haze);
  box-sizing: border-box;
  height: 56px;
  line-height: 1;
  padding: 10px 0;

  &.absolute,
  &.fixed { z-index: 1030; }
  &.absolute {
    position: absolute;
    width: inherit;
  }
  &.fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 76px;
  }
}
.subheader-switch {
  margin-top: 5px;
  line-height: 25px;
}
.subheader-nav {
  list-style: none;
  margin-top: 9px;
  padding: 0;

  > li {
    float: left;
    margin-right: 15px;

    &:last-child { margin-right: 0; }

    &.btn-group + .btn-group { margin-left: 0; }

    .indicator {
      background: color(red);
      border-radius: border-radius(xl);
      height: 5px;
      margin-left: 17px;
      position: absolute;
      width: 5px;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_frontend-14.1.8 vendor/assets/stylesheets/components/_subheader.scss