15 lines
156 B
Stylus
15 lines
156 B
Stylus
@import "../app"
|
|
@import "../reset"
|
|
|
|
#wait
|
|
top auto
|
|
bottom 15px
|
|
left 15px
|
|
|
|
html
|
|
height 100%
|
|
|
|
body
|
|
display flex
|
|
flex-direction column
|
|
min-height 100%
|