Sha256: 02668cc3e23c438a64a284f95fe5cfc62c673e0a2ae53adcc917eb22bbe2c382

Contents?: true

Size: 796 Bytes

Versions: 8

Compression:

Stored size: 796 Bytes

Contents

// <<<<< INLINE
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.navbar > .content {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  height: 0;
  color: $gray;
}

.nav-btn-bar {
  margin-left: -.875rem;
}

.nav-btn {
  display: inline-block;
  padding: 1.75rem .875rem;
  border-bottom: none;
  color: $gray!important;
}
// >>>>>

// <<<< LINK
.animation-main {
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.75rem 1.5rem;
}
// >>>>

#_menu {
  @media screen and (min-width: $break-point-3) {
    position: absolute; // inline
    left: -9999px; // inline
    &:focus { position: static; } // link
  }
  @media print { display: none; } // link
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.3.0 _sass/hydejack/_menu.pre.scss
jekyll-theme-hydejack-7.2.0 _sass/hydejack/_menu.pre.scss
jekyll-theme-hydejack-7.1.1 _sass/hydejack/_menu.pre.scss
jekyll-theme-hydejack-7.1.0 _sass/hydejack/_menu.pre.scss
jekyll-theme-hydejack-7.0.1 _sass/hydejack/_menu.pre.scss
jekyll-theme-hydejack-7.0.0 _sass/hydejack/_menu.pre.scss
jekyll-theme-hydejack-7.0.0.pre.beta.1 _sass/hydejack/_menu.pre.scss
jekyll-theme-hydejack-7.0.0.pre.beta.0 _sass/hydejack/_menu.pre.scss