Files
next-template/src/client/components/dzeio/Popup/Popup.module.styl
2020-09-12 23:11:43 +02:00

15 lines
159 B
Stylus

.popup
position fixed
height 100%
width 100%
top 0
left 0
background rgba(black, .3)
cursor pointer
.popupChild
cursor initial
.exit
cursor pointer