hotfix: revendo parte03 todo css, deixando mais responsivo e proximo ao figma possivel

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-01-29 23:14:57 -03:00
parent c9225bc5dd
commit cf4ccf3724
7 changed files with 14 additions and 8 deletions

View File

@ -12,7 +12,7 @@
display: flex;
gap: 10px;
}
@media (max-width: 1024px) {
@media (max-width: 768px) {
[class*="html--quantidadeEBuy"] {
display: flex;
flex-direction:column;

View File

@ -40,8 +40,8 @@
font-weight: 300;
font-size: 20px;
line-height: 34px;
text-align: right;
color: #575757;
margin-bottom: 8px;
}
@media (max-width: 1024px) {
.flexColChild--info-availability .flexRow--divNomeProduct {
@ -94,6 +94,7 @@
font-size: 20px;
line-height: 34px;
color: #575757;
margin-bottom: 8px;
}
@media (max-width: 1024px) {
.flexCol--divInfoProduct .flexRow--divNomeProduct {

View File

@ -66,8 +66,8 @@
.newsletter--newsletter .container--newsletter {
background-color: black;
color: #fff;
margin-top: 67px;
padding-top: 32px;
margin-top: 67px !important;
padding-top: 32px !important;
padding-bottom: 16px !important;
border: 0;
}

View File

@ -72,5 +72,6 @@
.container--estrutura .contentContainer--listRender {
margin-left: 0px;
padding-right: 0px;
border-bottom: 1px solid #bfbfbf;
}
}

View File

@ -27,8 +27,8 @@
font-weight: 300;
font-size: 20px;
line-height: 34px;
text-align: right;
color: #575757;
margin-bottom: 8px ;
@media (max-width: 1024px) {
text-align: left;
}
@ -79,6 +79,7 @@
font-size: 20px;
line-height: 34px;
color: #575757;
margin-bottom: 8px;
@media (max-width: 1024px) {
text-align: left;
}

View File

@ -50,8 +50,8 @@
.container--newsletter {
background-color: $color-black;
color: $color-white;
margin-top: 67px;
padding-top: 32px;
margin-top: 67px !important;
padding-top: 32px !important;
padding-bottom: 16px !important;
border: 0;
}

View File

@ -1,6 +1,8 @@
.container--estrutura {
padding-left: 40px !important ;
padding-right: 40px !important;
// @media (max-width: 1024px) {
// }
.listContainer--Guias {
flex-direction: row;
justify-content: space-between;
@ -56,6 +58,7 @@
@media (max-width: 1024px) {
margin-left: 0px;
padding-right: 0px;
border-bottom: 1px solid #bfbfbf;
}
}
}
}