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