Sha256: 25e36857f898446816131c9b777e210cbc8d4a82c6e55de3d53dacceeb4fde80

Contents?: true

Size: 851 Bytes

Versions: 4

Compression:

Stored size: 851 Bytes

Contents

// .fixed-top {
//   position: fixed;
//   top: 0;
//   left: 0;
//   width: 100%;
//   z-index: 1;
// }
//
// .navbar > .content {
//   padding-top: 0;
//   padding-bottom: 0;
//   min-height: 0;
// }

.menu {
  // display: inline-block;
  // padding: 1.75rem 1.5rem;
  // border-bottom: none;
  // margin-left: -1.5rem;
  // color: $gray!important;
  //
  // @media screen and (min-width: $break-point-2) {
  //   padding: 1.25rem 1.5rem;
  //   position: absolute;
  //   left: -9999px;
  //
  //   &:focus {
  //     position: static;
  //   }
  // }

  @media print {
    display: none;
  }
}

.shadow-main {
  opacity: 0;
  will-change: opacity;
  // pointer-events: none;
}

.loading {
  // display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3 * 1.75rem 3 * 1.5rem;
  transform-origin: top right;
  transform: scale(0.33);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.3.0 _sass/hydejack/_menu.scss
jekyll-theme-hydejack-6.2.0 _sass/hydejack/_menu.scss
jekyll-theme-hydejack-6.1.0 _sass/hydejack/_menu.scss
jekyll-theme-hydejack-6.0.0 _sass/hydejack/_menu.scss