mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-10 19:45:02 -05:00
64 lines
1006 B
Stylus
64 lines
1006 B
Stylus
.aux
|
|
header
|
|
margin-top: 10%
|
|
text-align: center
|
|
|
|
#logo
|
|
margin: auto
|
|
|
|
#loginbox
|
|
position: relative
|
|
margin: auto
|
|
margin-top: 5%
|
|
padding: 20px
|
|
background-color: white
|
|
width: 75%
|
|
|
|
label
|
|
display: block
|
|
margin-bottom: 5px
|
|
font-size: 13px
|
|
font-weight: bold
|
|
color: #777
|
|
|
|
input
|
|
width: 100%
|
|
display: block
|
|
height: 35px
|
|
font-size: 14px
|
|
padding: 10px 0.5em
|
|
margin-bottom: 15px
|
|
background-color: #f9fafa
|
|
border: 1px solid #eeeeee
|
|
color: #2e2d2d
|
|
borderbox()
|
|
|
|
&:focus
|
|
border: 1px solid #a7d9eb
|
|
outline: 0px
|
|
|
|
button, .andyetLogin
|
|
text-decoration: none
|
|
text-align: center
|
|
roundall: 3px
|
|
border: none
|
|
height: 35px
|
|
padding: 0 1em
|
|
color: white
|
|
background-color: #7ec6e2
|
|
line-height: 35px
|
|
font-size: 16px
|
|
cursor: pointer
|
|
|
|
.andyetLogin
|
|
display: block
|
|
float: right
|
|
font-size: 14px
|
|
|
|
h2
|
|
color: #222
|
|
padding-bottom: 10px
|
|
border-bottom: 1px solid #f8f8f8
|
|
|
|
|