ajustes na description
This commit is contained in:
parent
9a1830025e
commit
58ba9ff64c
@ -74,7 +74,7 @@
|
||||
}
|
||||
|
||||
[class*="vtex-tab-layout-0-x-listItem"] button {
|
||||
color: gray;
|
||||
color: #BFBFBF;
|
||||
text-transform: capitalize;
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
|
@ -19,6 +19,4 @@
|
||||
.paginationDot--isActive {
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
@ -182,11 +182,19 @@
|
||||
.shippingTable .shippingTableHead {
|
||||
display: contents;
|
||||
}
|
||||
.shippingTable .shippingTableHead .shippingTableRow {
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryName,
|
||||
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryEstimate,
|
||||
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice {
|
||||
font-weight: 400;
|
||||
}
|
||||
.shippingTable .shippingTableCell {
|
||||
padding: 7px 0;
|
||||
}
|
||||
.shippingTable .shippingTableRow {
|
||||
text-align: left;
|
||||
font-family: "Open Sans";
|
||||
color: #afafaf;
|
||||
}
|
||||
.shippingTable .shippingTableRadioBtn {
|
||||
display: none;
|
||||
@ -265,4 +273,17 @@
|
||||
.newsletter .inputGroup .buttonContainer :global(.vtex-button):hover {
|
||||
background-color: black;
|
||||
border-bottom: 4px solid white;
|
||||
}
|
||||
|
||||
.discountInsideContainer,
|
||||
.installmentsPrice {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sellingPriceLabel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sellingPrice {
|
||||
font-weight: bolder;
|
||||
}
|
@ -17,6 +17,7 @@
|
||||
@media screen and (max-width: 1024px) {
|
||||
.listContainer {
|
||||
flex-direction: column;
|
||||
border-top: 1px solid #b9b9b9;
|
||||
}
|
||||
}
|
||||
|
||||
@ -27,5 +28,6 @@
|
||||
@media screen and (max-width: 1024px) {
|
||||
.contentItem {
|
||||
flex-direction: column;
|
||||
padding: 16px 40px;
|
||||
}
|
||||
}
|
@ -10,6 +10,4 @@
|
||||
.paginationDot--isActive {
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
}
|
||||
|
@ -203,16 +203,26 @@
|
||||
|
||||
.shippingTable {
|
||||
border: none;
|
||||
|
||||
.shippingTableHead {
|
||||
display: contents;
|
||||
|
||||
.shippingTableRow {
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
|
||||
.shippingTableHeadDeliveryName,
|
||||
.shippingTableHeadDeliveryEstimate,
|
||||
.shippingTableHeadDeliveryPrice {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.shippingTableCell {
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
.shippingTableRow {
|
||||
text-align: left;
|
||||
font-family: "Open Sans";
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
.shippingTableRadioBtn {
|
||||
@ -225,6 +235,7 @@
|
||||
margin-right: 16px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.productDescriptionContainer {
|
||||
width: 50%;
|
||||
margin-left: 16px;
|
||||
@ -306,15 +317,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
// .discountInsideContainer,
|
||||
// .installmentsPrice {
|
||||
// display: none;
|
||||
// }
|
||||
.discountInsideContainer,
|
||||
.installmentsPrice {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// .sellingPriceLabel {
|
||||
// display: none;
|
||||
// }
|
||||
.sellingPriceLabel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// .sellingPrice {
|
||||
// font-weight: bolder;
|
||||
// }
|
||||
.sellingPrice {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
flex-direction: column;
|
||||
border-top: 1px solid #b9b9b9;
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,5 +17,6 @@
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
flex-direction: column;
|
||||
padding: 16px 40px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user