-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcontent.styl
More file actions
33 lines (33 loc) · 846 Bytes
/
content.styl
File metadata and controls
33 lines (33 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
body
font-family Helvetica, arial
.wrapper
display flex
flex-direction column
min-height 100vh
background-image url('../images/layout/bg.png')
background-size cover
.content
margin-top $headerHeight
+sm()
margin-top $headerHeightForMobile
display flex
flex 1
.main-content
flex 1
display flex
flex-direction column
overflow hidden
.main-view
flex 1
display flex
justify-content center
align-items center
+sm()
margin-left 8px
margin-right 8px
&.ng-enter
animation bounceIn .8s
.full-width
align-self flex-start
padding 10px 30px 20px 30px
width 100%