develop #1

Merged
PatrickSouzaSilva merged 14 commits from develop into master 2023-02-11 02:49:46 +00:00
4 changed files with 107 additions and 0 deletions
Showing only changes of commit 7374b5ecc3 - Show all commits

View File

@ -149,3 +149,24 @@
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell .shippingTableLabel { .shippingTable .shippingTableBody .shippingTableRow .shippingTableCell .shippingTableLabel {
display: flex; display: flex;
} }
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell .shippingTableLabel :global(.vtex-address-form-4-x-input) {
display: none !important;
}
.productDescriptionContainer {
margin-left: 32px;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #929292;
}
.productDescriptionContainer .productDescriptionTitle {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 32px;
color: #575757;
}

View File

@ -0,0 +1,34 @@
/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.container {
padding: 0 320px !important;
}
.listContainer {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #bfbfbf;
text-decoration: none;
margin-bottom: 54px;
}
.t-action {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
/* identical to box height, or 158% */
display: flex;
align-items: center;
text-align: center;
/* gray-300 */
color: #bfbfbf;
}

View File

@ -167,8 +167,32 @@
.shippingTableLabel { .shippingTableLabel {
display: flex; display: flex;
:global(.vtex-address-form-4-x-input) {
display: none !important;
} }
} }
} }
} }
} }
}
//AREA DO TAB LAYOUT CONTAINER
.productDescriptionContainer {
margin-left: 32px;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #929292;
.productDescriptionTitle {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 32px;
color: #575757;
}
}

View File

@ -0,0 +1,28 @@
.container {
padding: 0 320px !important;
}
.listContainer {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #bfbfbf;
text-decoration: none;
margin-bottom: 54px;
}
.t-action {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
/* identical to box height, or 158% */
display: flex;
align-items: center;
text-align: center;
/* gray-300 */
color: #bfbfbf;
}