Sha256: 17b0747d52daff138e41246bf4a08cea81e3efa7da4342a100f91d063ae24fd4

Contents?: true

Size: 527 Bytes

Versions: 1

Compression:

Stored size: 527 Bytes

Contents

/*! responsive-nav.js v1.0.14 by @viljamis */

#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

#nav li {
  width: 100%;
  display: block;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}

@media screen and (min-width: 40em) {
  .js #nav {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
responsive-nav-rails-1.0.14 vendor/assets/stylesheets/responsive-nav.css