mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-10 19:45:02 -05:00
52 lines
631 B
Stylus
52 lines
631 B
Stylus
.aux
|
|
background: $grayBackground
|
|
|
|
header
|
|
margin-top: 8%
|
|
text-align: center
|
|
|
|
#logo
|
|
margin: auto
|
|
|
|
.box
|
|
position: relative
|
|
margin: auto
|
|
margin-top: 5%
|
|
padding: 20px 0
|
|
background: white
|
|
width: 75%
|
|
roundall(3px)
|
|
|
|
&.connect
|
|
padding: 20px
|
|
text-align: center
|
|
|
|
h2
|
|
padding: 0
|
|
|
|
.head, .content
|
|
padding: 0 20px
|
|
|
|
.head
|
|
margin-bottom: 20px
|
|
border-bottom: 1px solid lighten($grayOutline, 50%)
|
|
|
|
input
|
|
width: 100%
|
|
margin-bottom: 15px
|
|
|
|
a.button
|
|
float: right
|
|
|
|
h2
|
|
margin: 0
|
|
padding-bottom: 20px
|
|
|
|
|
|
@media screen and (min-width: 768px)
|
|
|
|
.box
|
|
width: 50%
|
|
|
|
|