@import "../../style/app";

.Yep-mask {
  position: fixed;
  z-index: $maskZIndex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: $fill-mask;
  height: 100%;
}

.Yep-mask_transparent {
  position: fixed;
  z-index: $maskZIndex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
