sharkey/src/client/app/mobile/style.styl

20 lines
216 B
Stylus
Raw Normal View History

2017-11-02 12:39:19 +09:00
@import "../app"
@import "../reset"
2016-12-29 07:49:51 +09:00
#wait
top auto
bottom 15px
left 15px
2018-02-23 04:01:22 +09:00
html
height 100%
2018-04-27 21:06:28 +09:00
background #ececed
&[data-darkmode]
background #191B22
2018-02-23 04:01:22 +09:00
body
display flex
flex-direction column
min-height 100%