Merge branch 'feature/challenge-vtex-io'

This commit is contained in:
Saulo Klein Nery 2023-02-10 16:18:14 -03:00
commit 708d599c8e
2 changed files with 4 additions and 4 deletions

View File

@ -344,8 +344,7 @@
display: none;
}
.container .shippingTable {
margin: 16px 0 0;
padding: 0;
padding: 16px 0 0;
border: none;
width: fit-content;
}
@ -386,6 +385,7 @@
font-weight: 400 !important;
font-size: 12px !important;
line-height: 16px;
word-break: break-word;
color: #afafaf;
}
.container .shippingTable .shippingTableBody .shippingTableRow {

View File

@ -388,8 +388,7 @@
}
.shippingTable {
margin: 16px 0 0;
padding: 0;
padding: 16px 0 0;
border: none;
width: fit-content;
@ -436,6 +435,7 @@
font-weight: 400 !important;
font-size: 12px !important;
line-height: 16px;
word-break: break-word;
color: $color-gray10;
.shippingTableRow {