You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

307 lines
6.0 KiB

.signup {
width: 100%;
height: 100vh;
position: relative;
font-family: numeralLight;
&__light{
background-color: white;
b{
color: black !important;
}
input{
background-color: white !important;
}
}
img {
// transform: rotate(-90deg);
}
.footer {
position: fixed;
bottom: 0px;
left: 0px;
}
button[type="submit"] {
margin-top: 25px;
background-color: $green4;
color: white;
padding: 10px 0px;
border: 0px;
border-radius: 10px;
}
}
@media screen and (min-width: 1441px) {
.signup {
section {
width: 410px;
b {
color: white;
font-size: 16px;
margin-bottom: 30px;
font-weight: 500;
line-height: 1.7;
p{
}
}
input {
text-align: center;
background-color: $gray8;
border: 1px solid $gray;
border-radius: 8px;
font-size: 20px;
padding: 8px 0px;
color: white;
direction: ltr;
&:focus {
border: 1px solid $green4;
&::placeholder {
color: $green4;
opacity: 0.3;
}
}
}
button {
margin-top: 25px;
font-size: 17px;
}
}
&__info {
width: 350px;
margin: 30px auto 0px;
text-align: center;
color: white;
font-size: 13px;
a {
color: $green4;
}
}
&__back {
margin-bottom: 60px;
a {
color: white;
font-size: 13px;
}
.desktop{
img{
transform: rotate(-90deg);
}
}
}
&__error{
margin-top: 10px;
color: $red1;
font-size: 14px;
}
}
}
@media screen and (min-width: 1008px) and (max-width: 1440px) {
.signup {
section {
width: 350px;
b {
color: white;
font-size: calc(100vw / 90);
margin-bottom: 30px;
font-weight: 500;
p{
// font-size: calc(100vw / 140) !important;
}
}
input {
text-align: center;
background-color: #2a2a2a;
border: 1px solid #a2a2a2;
border-radius: 8px;
font-size: calc(100vw / 75);
padding: 8px 0px;
color: white;
direction: ltr;
&:focus {
border: 1px solid $green4;
&::placeholder {
color: $green4;
opacity: 0.3;
}
}
}
button {
margin-top: 25px;
font-size: calc(100vw / 80);
}
}
&__info {
width: 300px;
margin: 20px auto 0px;
text-align: center;
color: white;
font-size: calc(100vw / 110);
a {
color: $green4;
}
}
&__back {
margin-bottom: 50px;
a {
color: white;
font-size: calc(100vw / 110);
}
.desktop{
img{
transform: rotate(-90deg);
}
}
}
&__error{
margin-top: 10px;
color: $red1;
font-size: calc(100vw / 110);
}
}
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
.signup {
background: black;
.footer{
display: none !important;
}
section {
width: 90%;
max-width: 700px;
height: calc(100% - 60px);
justify-content: center;
b {
color: white;
font-size: calc(100vw / 35);
margin-bottom: 70px;
font-weight: 500;
p{
// font-size: calc(100vw / 30) !important;
}
}
input {
text-align: center;
background-color: #2a2a2a;
border: 1px solid #a2a2a2;
border-radius: 8px;
font-size: calc(100vw / 30);
padding: 10px 14px;
color: $green4;
direction: ltr;
&:focus {
border: 1px solid $green4;
&::placeholder {
color: $green4;
opacity: 0.3;
}
}
}
button {
font-size: calc(100vw / 30);
width: 100%;
max-width: 400px;
margin: 50px auto 0px;
}
}
&__info {
width: 400px;
margin: 20px auto 0px;
text-align: center;
color: white;
font-size: calc(100vw / 40);
a {
color: $green4;
}
}
&__back {
position: fixed;
top: 100px;
left: 30px;
margin-bottom: 50px;
a {
color: white;
font-size: calc(100vw / 110);
}
img{
width: 50px;
}
}
&__error{
margin-top: 10px;
color: $red1;
font-size: calc(100vw / 110);
}
}
}
@media screen and (max-width: 640px) {
.signup {
background: black;
section {
width: 90%;
max-width: 400px;
height: calc(100% - 60px);
justify-content: center;
b {
color: white;
font-size: calc(100vw / 25);
margin-bottom: 30px;
font-weight: 500;
p{
// font-size: calc(100vw / 30) !important;
}
}
input {
text-align: center;
background-color: #2a2a2a;
border: 1px solid #a2a2a2;
border-radius: 8px;
font-size: calc(100vw / 22);
padding: 10px 14px;
color: white;
direction: ltr;
&:focus {
border: 1px solid $green4;
&::placeholder {
color: $green4;
opacity: 0.3;
}
}
}
button {
margin-top: 20px;
font-size: calc(100vw / 24);
padding: 12px 0px;
border: 0px;
border-radius: 10px;
}
}
&__info {
width: 300px;
margin: 30px auto 0px;
text-align: center;
color: white;
font-size: calc(100vw / 30);
line-height: 1.5;
a {
color: $green4;
}
}
&__back {
position: fixed;
top: 70px;
left: 20px;
margin-bottom: 50px;
a {
color: white;
font-size: calc(100vw / 110);
}
}
&__error{
margin-top: 10px;
color: $red1;
font-size: calc(100vw / 30);
}
}
}