fix(generals): Concerta footer quebrado, menu hamburguer que sumiu e newsletter quebrada

This commit is contained in:
Manuela Luana Schumacker Tavares 2023-01-19 15:10:54 -03:00
parent 1f38486a6b
commit 7a1c3c8d6d
5 changed files with 22 additions and 0 deletions

View File

@ -39,6 +39,7 @@
@media screen and (max-width: 1024px) {
order: 1;
width: 100%;
}
}
@ -52,6 +53,7 @@
@media screen and (max-width: 1024px) {
justify-content: flex-start;
width: 100%;
}
.footer-line {
@ -71,6 +73,7 @@
@media screen and (max-width: 1024px) {
justify-content: flex-start;
order: 2;
width: 100%;
}
span {
@ -78,6 +81,7 @@
font-size: 10px;
line-height: 12px;
text-transform: capitalize;
white-space: nowrap;
color: variables.$color-white;
}
}

View File

@ -41,6 +41,10 @@
border: 0;
font-size: 0;
width: 0;
img {
width: auto;
}
}
.dropdown-menu {

View File

@ -78,6 +78,10 @@
font-size: 12px;
line-height: 14px;
color: variables.$color-red;
@media screen and (max-width: 360px) {
display: flex;
}
}
}
@ -94,6 +98,10 @@
background: variables.$color-black;
border-radius: 25px;
@media screen and (max-width: 360px) {
margin-top: 4px;
}
}
}
}

View File

@ -67,6 +67,10 @@
padding: 13px 16px;
border: 1px solid variables.$color-grey2;
border-radius: 4px;
@media screen and (max-width: 1024px) {
min-width: 100%;
}
}
input::placeholder {

View File

@ -34,4 +34,6 @@ li {
img {
display: block;
width: 100%;
object-fit: contain;
}