redo sign up page
This commit is contained in:
1 parent
0eaeb284b0
commit
2ee8289fc6
1 file changed
+10
-26
+10
-26
@@ -13,8 +13,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: #A0A9CC;
|
background: #191b17;
|
||||||
color: #fff;
|
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
@@ -62,6 +61,7 @@ body {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
.nav-link{
|
.nav-link{
|
||||||
|
color: var(--night-rider);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
letter-spacing: 1.5px;
|
letter-spacing: 1.5px;
|
||||||
@@ -77,8 +77,8 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
background: #B7BED8;
|
background: #495069;
|
||||||
color: #6A79A6;
|
color: var(--white-smoke);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0em 2em;
|
padding: 0em 2em;
|
||||||
margin: 6em auto;
|
margin: 6em auto;
|
||||||
@@ -93,7 +93,7 @@ body {
|
|||||||
}
|
}
|
||||||
.container .navigation ol {
|
.container .navigation ol {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background: #B7BED8;
|
background: #495069;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
@@ -200,44 +200,28 @@ body {
|
|||||||
background: url("https://jdniki.github.io/signup/images/hide.svg");
|
background: url("https://jdniki.github.io/signup/images/hide.svg");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
.container .sign-form .questions li select.country {
|
|
||||||
position: absolute;
|
|
||||||
width: 4.5em;
|
|
||||||
font-size: 0.7em;
|
|
||||||
color: #f2f2f2;
|
|
||||||
height: 70px;
|
|
||||||
background: transparent;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
-webkit-appearance: none;
|
|
||||||
-moz-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
.container .sign-form .questions li #phone {
|
|
||||||
padding-left: 5em;
|
|
||||||
}
|
|
||||||
.container .error-message {
|
.container .error-message {
|
||||||
color: rgba(207,0,0,0.56);
|
color: rgba(207,0,0,0.56);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
background: #B7BED8;
|
background: #495069;
|
||||||
}
|
}
|
||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: rgba(255,255,255,0.7);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
:-moz-placeholder {
|
:-moz-placeholder {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: rgba(255,255,255,0.7);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
::-moz-placeholder {
|
::-moz-placeholder {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: rgba(255,255,255,0.7);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
:-ms-input-placeholder {
|
:-ms-input-placeholder {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: rgba(255,255,255,0.7);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
@-webkit-keyframes moveUpFromDown {
|
@-webkit-keyframes moveUpFromDown {
|
||||||
from {
|
from {
|
||||||
|
|||||||
Reference in new issue
Block a user