fix: Consertado os estilos do body

This commit is contained in:
Savio Carvalho Moraes 2023-01-20 12:49:23 -03:00
parent ac15184ac4
commit 269978c29b
12 changed files with 64 additions and 3 deletions

View File

@ -12,9 +12,11 @@
margin: 0 0 0 0;
align-items: center;
@media screen and (min-width: 2500px) {
display: flex;
width: 467px;
height: 47px;
font-size: 20px;
line-height: 23px;
align-items: center;
}
}

View File

@ -5,12 +5,14 @@
align-items: baseline;
margin: 30px 0 0 100px;
p {
display: flex;
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
color: #c4c4c4;
align-items: center;
@media screen and (min-width: 2500px) {
font-size: 24px;
}

View File

@ -12,6 +12,6 @@
height: 28px;
@media screen and (min-width: 2500px) {
width: 54.68px;
height: 38.91px;
height: 54.68px;
}
}

View File

@ -6,6 +6,7 @@
font-size: 14px;
color: #ffffff;
text-decoration: none;
@media screen and (min-width: 2500px) {
width: 105px;
height: 33px;

View File

@ -14,6 +14,8 @@
margin: 16px 0 16px 0;
@media screen and (min-width: 2500px) {
font-size: 36px;
width: 922px;
height: 109.24px;
}
}
.newsForm-wrapper {
@ -42,6 +44,7 @@
@media screen and (min-width: 2500px) {
width: 636px;
height: 59px;
margin-top: 8px;
}
}
.newsForm-btn {

View File

@ -12,6 +12,10 @@
width: 70px;
height: 40.25px;
}
@media screen and (max-width: 1024px) {
width: 30px;
height: 17px;
}
}
}

View File

@ -12,12 +12,13 @@
height: 32px;
font-size: 28px;
background: #ffffff;
font-size: 14px;
border: 2px solid #f2f2f2;
border-radius: 5px;
@media screen and (min-width: 2500px) {
width: 515.62px;
height: 57px;
font-size: 28px;
}
@media screen and (max-width: 1024px) {
width: 992px;

View File

@ -23,6 +23,10 @@
img {
width: 35px;
height: 35px;
@media screen and (min-width: 2500px) {
width: 70px;
height: 70px;
}
}
}
@media screen and (max-width: 1024px) {

View File

@ -36,3 +36,31 @@
}
}
}
.conteudo {
h2 {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 28px;
color: #292929;
@media screen and (min-width: 2500px) {
font-size: 48px;
line-height: 56px;
}
}
p {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 15px;
color: #7d7d7d;
@media screen and (min-width: 2500px) {
font-size: 26px;
line-height: 30px;
}
}
}

View File

@ -6,20 +6,29 @@
margin: 0 auto;
padding: 20px 100px;
justify-content: space-between;
align-items: center;
@media screen and (max-width: 1024px) {
align-items: flex-start;
}
}
.bottom_footer_itens {
display: flex;
flex-direction: row;
align-items: center;
@media screen and (min-width: 2500px) {
}
}
.pagamentos {
display: flex;
flex-direction: row;
align-items: center;
p {
color: white;
@media screen and (min-width: 2500px) {
font-size: 50px;
}
}
gap: 5px;
}

View File

@ -56,3 +56,8 @@
height: 585px;
}
}
@media screen and (min-width: 2500px) {
.navbar-nav {
gap: 55px;
}
}

View File

@ -31,6 +31,8 @@
.acc_btn {
&::after {
background-image: url("../../components/AccordionFooter/assets/image/mais.png");
width: 30px;
background-size: 14px;
}
font-family: "Roboto";
font-style: normal;