summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/style.styl
blob: d1ab044eaf4029fc5bb903c84a0ee7c51a120f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@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%