2013-09-16 05:19:07 -04:00
|
|
|
.aux
|
2013-09-19 10:39:07 -04:00
|
|
|
background: $grayBackground
|
|
|
|
|
2013-09-16 05:19:07 -04:00
|
|
|
header
|
2013-09-18 13:57:25 -04:00
|
|
|
margin-top: 8%
|
2013-09-16 05:19:07 -04:00
|
|
|
text-align: center
|
|
|
|
|
|
|
|
#logo
|
|
|
|
margin: auto
|
|
|
|
|
2013-09-18 13:45:40 -04:00
|
|
|
.box
|
2013-09-16 05:19:07 -04:00
|
|
|
position: relative
|
|
|
|
margin: auto
|
|
|
|
margin-top: 5%
|
2013-09-18 13:45:40 -04:00
|
|
|
padding: 20px 0
|
2013-09-18 13:40:00 -04:00
|
|
|
background: white
|
2013-09-16 05:19:07 -04:00
|
|
|
width: 75%
|
2013-09-18 13:40:00 -04:00
|
|
|
roundall(3px)
|
2013-09-16 05:19:07 -04:00
|
|
|
|
2013-09-18 13:53:06 -04:00
|
|
|
&.connect
|
|
|
|
padding: 20px
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
h2
|
|
|
|
padding: 0
|
|
|
|
|
2013-09-18 13:45:40 -04:00
|
|
|
.head, .content
|
|
|
|
padding: 0 20px
|
|
|
|
|
|
|
|
.head
|
|
|
|
margin-bottom: 20px
|
|
|
|
border-bottom: 1px solid lighten($grayOutline, 50%)
|
|
|
|
|
2013-09-16 05:19:07 -04:00
|
|
|
input
|
|
|
|
width: 100%
|
|
|
|
margin-bottom: 15px
|
|
|
|
|
2013-09-18 13:40:00 -04:00
|
|
|
a.button
|
2013-09-16 05:19:07 -04:00
|
|
|
float: right
|
|
|
|
|
|
|
|
h2
|
2013-09-18 13:45:40 -04:00
|
|
|
margin: 0
|
|
|
|
padding-bottom: 20px
|
2013-09-16 05:19:07 -04:00
|
|
|
|
|
|
|
|
2013-09-18 13:50:11 -04:00
|
|
|
@media screen and (min-width: 768px)
|
|
|
|
|
|
|
|
.box
|
|
|
|
width: 50%
|
|
|
|
|
|
|
|
|