html,
body {
  height: 100%;
}

.ux-canvas {
  background: #000;
}

.ux-content {
  position: relative;
  background: #fff;
  z-index: 5;
}

.ux-content.ux-blur {
  transition: all 300ms;
}

.ux-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  background: #000;
  z-index: 10;
  transition: opacity 400ms;
  -webkit-tap-highlight-color: transparent;
}

.ux-shadow.active {
  display: block;
}

.ux-shadow.animate {
  opacity: 0.7;
}

.ux-hidden {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.ux-fullscreen {
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/*# sourceMappingURL=ux.css.map */
