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

html
	background #eee

	@media (max-width 600px)
		background #fff

body
	margin 0
	padding 32px 0

	@media (max-width 600px)
		padding 0