summaryrefslogtreecommitdiff
path: root/src/server/web/app/mobile/style.styl
blob: 81912a24837d3c19d2cd16bd99e87a3455af2628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import "../app"
@import "../reset"

#wait
	top auto
	bottom 15px
	left 15px

html
	height 100%

body
	display flex
	flex-direction column
	min-height 100%