develop #1
@ -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;
|
||||||
|
}
|
34
styles/css/vtex.tab-layout.css
Normal file
34
styles/css/vtex.tab-layout.css
Normal 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;
|
||||||
|
}
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
28
styles/sass/pages/product/vtex.tab-layout.scss
Normal file
28
styles/sass/pages/product/vtex.tab-layout.scss
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user