.uif-popup-wrap
  position fixed
  top 0
  left @top
  height @top
  width 100%
  z-index 1000
  text-align center

.uif-popup-mask
  position fixed
  top 0
  left @top
  height 100%
  width @height
  background-color rgba(0,0,0,0.2)
