Sha256: f65ebc2067c76ecba36ccc81b5081b25e8dfdea5a6216fd8214a53fe130592b9

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

#search-holder {
  position: absolute;
  left: 0px;
  font-size: 11px;
}

#nav-holder {
  // position: absolute;
  // right: 0px;
  float: right;
  @include menu(11px, right, 0 0 0 20px);

  ul {
    padding: 5px 0 5px 0;

    li {
      .subnav {
        position: absolute;
        display: none;
        right: 0;
      }

      &:hover {
        .subnav { display: block }
      }

    }

  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemgento-2.8.0 app/assets/stylesheets/gemgento/default-views/_subheader.css.scss