mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-06-23 01:29:19 +00:00
Updated to V2
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
14
src/client/components/dzeio/Popup/Popup.module.styl
Normal file
14
src/client/components/dzeio/Popup/Popup.module.styl
Normal file
@ -0,0 +1,14 @@
|
||||
.popup
|
||||
position fixed
|
||||
height 100%
|
||||
width 100%
|
||||
top 0
|
||||
left 0
|
||||
background rgba(black, .3)
|
||||
cursor pointer
|
||||
|
||||
.popupChild
|
||||
cursor initial
|
||||
|
||||
.exit
|
||||
cursor pointer
|
Reference in New Issue
Block a user