fix: Ajusta tabela de frete
This commit is contained in:
parent
bd80910f44
commit
73ff3e1ff0
@ -344,8 +344,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.container .shippingTable {
|
.container .shippingTable {
|
||||||
margin: 16px 0 0;
|
padding: 16px 0 0;
|
||||||
padding: 0;
|
|
||||||
border: none;
|
border: none;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
@ -386,6 +385,7 @@
|
|||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
word-break: break-word;
|
||||||
color: #afafaf;
|
color: #afafaf;
|
||||||
}
|
}
|
||||||
.container .shippingTable .shippingTableBody .shippingTableRow {
|
.container .shippingTable .shippingTableBody .shippingTableRow {
|
||||||
|
@ -388,8 +388,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shippingTable {
|
.shippingTable {
|
||||||
margin: 16px 0 0;
|
padding: 16px 0 0;
|
||||||
padding: 0;
|
|
||||||
border: none;
|
border: none;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|
||||||
@ -436,6 +435,7 @@
|
|||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
word-break: break-word;
|
||||||
color: $color-gray10;
|
color: $color-gray10;
|
||||||
|
|
||||||
.shippingTableRow {
|
.shippingTableRow {
|
||||||
|
Loading…
Reference in New Issue
Block a user