mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 02:42:12 +00:00
16 lines
182 B
Stylus
16 lines
182 B
Stylus
@import './config'
|
|
|
|
.fullscreen
|
|
min-height 100vh
|
|
|
|
.w100p
|
|
width 100%
|
|
|
|
.hideMobile
|
|
@media (max-width $mobile)
|
|
display none
|
|
|
|
.hideTablet
|
|
@media (max-width $tablet)
|
|
display none
|