.backdrop
  background: white
  opacity: 0
  &.cover
    position: absolute
    top: 0
    left: @top
    width: 100%
    height: @width
    border-radius: inherit
  &.global
    position: fixed
    top: 0
    left: @top
    width: 100vw
    height: 100vh
