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