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

20 lines
238 B
Stylus
Raw Normal View History

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