Sharkey/src/client/app/mobile/style.styl
2018-05-19 20:31:13 +09:00

23 lines
278 B
Stylus

@import "../app"
@import "../reset"
#wait
top auto
bottom 15px
left 15px
html
height 100%
background #ececed !important
// for md
transition none !important
&[data-darkmode]
background #191B22 !important
body
display flex
flex-direction column
min-height 100%