Files
AVEF/imports/ui/layouts/Login.import.styl

63 lines
1.7 KiB
Stylus

#login.content
background: white
height: 100%
.spacer
height: 10%
.contentBox
margin: 0 auto
max-width: 600px
background-color: #b9d6ff
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
padding: 40px 10px
text-align: center
img
height: 60px
vertical-align: top
.form
display: inline-block
margin-left: 20px
input
padding: 8px
width: 300px
margin-bottom: 10px
label
display: none
fieldset
border: none
.at-btn
margin-bottom: 6px
text-align: center
width: 300px
background: #1555b4;
background-image: -webkit-linear-gradient(top, #1555b4, #000f7d)
background-image: -moz-linear-gradient(top, #1555b4, #000f7d)
background-image: -ms-linear-gradient(top, #1555b4, #000f7d)
background-image: -o-linear-gradient(top, #1555b4, #000f7d)
background-image: linear-gradient(to bottom, #1555b4, #000f7d)
font-family: "Arial Black", Arial
color: #ffffff
font-size: 14px
line-height: 16px
padding: 10px 20px 10px 20px
text-decoration: none
text-transform: uppercase
border: none
.at-btn:hover
background: #04b0c7
background-image: -webkit-linear-gradient(top, #04b0c7, #000f7d)
background-image: -moz-linear-gradient(top, #04b0c7, #000f7d)
background-image: -ms-linear-gradient(top, #04b0c7, #000f7d)
background-image: -o-linear-gradient(top, #04b0c7, #000f7d)
background-image: linear-gradient(to bottom, #04b0c7, #000f7d)
text-decoration: none
cursor: pointer
.at-link
color: #1555b4
font: Arial
font-size: 12px
font-weight: 800
text-decoration: none
.at-link:hover
text-decoration: underline