feat: adiciona css checkout email 1024px

This commit is contained in:
Rafael Sampaio de Oliveira 2022-12-20 08:11:01 -03:00
parent 61c802e14e
commit f1a48010f7
2 changed files with 42 additions and 1 deletions

View File

@ -19,6 +19,13 @@
line-height: 16px; line-height: 16px;
text-transform: uppercase; text-transform: uppercase;
@media (max-width: 1024px) {
font-size: 10px;
line-height: 12px;
font-weight: 400;
margin-right: 16px;
}
&:hover { &:hover {
color: lighen($color-black, 10); color: lighen($color-black, 10);
} }
@ -34,6 +41,10 @@
h3 { h3 {
margin-bottom: 16px; margin-bottom: 16px;
@media (max-width: 1024px) {
margin: 38px 0;
}
span { span {
color: $color-black; color: $color-black;
font-family: "Tenor Sans"; font-family: "Tenor Sans";
@ -41,6 +52,11 @@
font-size: 20px; font-size: 20px;
line-height: 23px; line-height: 23px;
text-transform: uppercase; text-transform: uppercase;
@media (max-width: 1024px) {
font-size: 14px;
line-height: 16px;
}
} }
small { small {
@ -50,6 +66,11 @@
font-size: 20px; font-size: 20px;
line-height: 23px; line-height: 23px;
text-transform: uppercase; text-transform: uppercase;
@media (max-width: 1024px) {
font-size: 14px;
line-height: 16px;
}
} }
} }
} }
@ -58,6 +79,10 @@
margin: 0 0 16px; margin: 0 0 16px;
width: 54.883%; width: 54.883%;
@media (max-width: 1024px) {
width: 97% !important;
}
input { input {
position: relative; position: relative;
height: 50px; height: 50px;
@ -99,6 +124,10 @@
top: -1.5%; top: -1.5%;
width: 22.555%; width: 22.555%;
@media (max-width: 1024px) {
width: 12.762%;
}
@media (max-width: 490px) { @media (max-width: 490px) {
height: 48px; height: 48px;
margin: 0; margin: 0;
@ -127,6 +156,10 @@
padding: 16px; padding: 16px;
} }
@media (max-width: 1024px) {
width: 30.177%;
}
h3 { h3 {
color: $color-black; color: $color-black;
margin: 0 0 8px 0; margin: 0 0 8px 0;
@ -151,10 +184,14 @@
} }
} }
i::before { .icon-lock::before {
color: $color-black; color: $color-black;
font-size: 6rem; font-size: 6rem;
opacity: 0.5; opacity: 0.5;
@media (max-width: 1024px) {
display: none;
}
} }
} }
} }

View File

@ -87,6 +87,10 @@ body {
letter-spacing: 0.05em; letter-spacing: 0.05em;
text-transform: uppercase; text-transform: uppercase;
@media (max-width: 1024px) {
margin: 20px 0 20px 16px;
}
@include mq(md, max) { @include mq(md, max) {
margin-left: 30px; margin-left: 30px;
} }