Initial copy of old site.
This commit is contained in:
28
imports/ui/layouts/Login.import.styl
vendored
28
imports/ui/layouts/Login.import.styl
vendored
@@ -6,14 +6,14 @@
|
||||
.contentBox
|
||||
margin: 0 auto
|
||||
max-width: 600px
|
||||
background-color: #88d15a
|
||||
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: 120px
|
||||
height: 60px
|
||||
vertical-align: top
|
||||
.form
|
||||
display: inline-block
|
||||
@@ -30,12 +30,12 @@
|
||||
margin-bottom: 6px
|
||||
text-align: center
|
||||
width: 300px
|
||||
background: #34d955;
|
||||
background-image: -webkit-linear-gradient(top, #5d942b, #4b7d26)
|
||||
background-image: -moz-linear-gradient(top, #5d942b, #4b7d26)
|
||||
background-image: -ms-linear-gradient(top, #5d942b, #4b7d26)
|
||||
background-image: -o-linear-gradient(top, #5d942b, #4b7d26)
|
||||
background-image: linear-gradient(to bottom, #5d942b, #4b7d26)
|
||||
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
|
||||
@@ -45,12 +45,12 @@
|
||||
text-transform: uppercase
|
||||
border: none
|
||||
.at-btn:hover
|
||||
background: #29b54f
|
||||
background-image: -webkit-linear-gradient(top, #29b54f, #186b31)
|
||||
background-image: -moz-linear-gradient(top, #29b54f, #186b31)
|
||||
background-image: -ms-linear-gradient(top, #29b54f, #186b31)
|
||||
background-image: -o-linear-gradient(top, #29b54f, #186b31)
|
||||
background-image: linear-gradient(to bottom, #29b54f, #186b31)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user