Sha256: 9b6804dc47e5b1c9330f0635703a4275a1e9a8f0afe8bbfcb3c1354a6a7d190b

Contents?: true

Size: 896 Bytes

Versions: 4

Compression:

Stored size: 896 Bytes

Contents

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
rvnstat-1.0.4 public/docs/examples/offcanvas/offcanvas.css
bootstrap_it-0.1.2 upstream/bootstrap/3.0.3/src/examples/offcanvas/offcanvas.css
bootstrap_it-0.1.1 upstream/bootstrap/3.0.3/src/examples/offcanvas/offcanvas.css
bootstrap_it-0.1.0 upstream/bootstrap/3.0.3/src/examples/offcanvas/offcanvas.css