13 lines
205 B
Stylus
13 lines
205 B
Stylus
@import "{design}/app"
|
|
|
|
.viewerDialogs>*
|
|
|
|
&:not(.dialog-closed):not(.dialog-open)
|
|
display: none
|
|
|
|
&.dialog-closed
|
|
animateSlideOutUp()
|
|
|
|
&.dialog-open
|
|
animateSlideInDown()
|