feature #1
@ -300,7 +300,8 @@
|
||||
"product-images#description": {
|
||||
"props": {
|
||||
"displayMode": "first-image",
|
||||
"blockClass": "description-imagem"
|
||||
"blockClass": "description-imagem",
|
||||
"zoomFactor": 0
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -7,6 +7,11 @@
|
||||
*/
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.productDescriptionContainer {
|
||||
margin: 0 32px;
|
||||
}
|
||||
|
||||
.newsletter {
|
||||
background: red;
|
||||
color: #FFFFFF;
|
||||
background: #000000;
|
||||
}
|
@ -7,6 +7,30 @@
|
||||
*/
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.vtex-button {
|
||||
background-color: red;
|
||||
.listContainer {
|
||||
align-items: center;
|
||||
margin-bottom: 64px;
|
||||
justify-content: space-around;
|
||||
border-bottom: 1px solid #BFBFBF;
|
||||
}
|
||||
|
||||
.listItem {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.listItem :global(.vtex-button) {
|
||||
border-radius: 0;
|
||||
background-color: #FFFFFF;
|
||||
color: #BFBFBF;
|
||||
}
|
||||
|
||||
.listItemActive :global(.vtex-button) {
|
||||
border: 0;
|
||||
border-bottom: 1px solid #000000 !important;
|
||||
}
|
||||
|
||||
.contentItem {
|
||||
display: flex;
|
||||
padding: 0px 40px;
|
||||
margin-bottom: 16px;
|
||||
}
|
@ -1,3 +1,12 @@
|
||||
|
||||
.productDescriptionContainer{
|
||||
margin: 0 32px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.newsletter{
|
||||
background: red;
|
||||
}
|
||||
color: #FFFFFF;
|
||||
background: #000000;
|
||||
}
|
||||
|
35
styles/sass/pages/product/vtex.tab-layout.scss
Normal file
35
styles/sass/pages/product/vtex.tab-layout.scss
Normal file
@ -0,0 +1,35 @@
|
||||
.listContainer{
|
||||
align-items: center;
|
||||
margin-bottom: 64px;
|
||||
justify-content: space-around;
|
||||
border-bottom: 1px solid #BFBFBF;
|
||||
}
|
||||
|
||||
.listItem{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
:global(.vtex-button){
|
||||
border-radius: 0;
|
||||
background-color: #FFFFFF;
|
||||
color: #BFBFBF;
|
||||
}
|
||||
}
|
||||
|
||||
.listItemActive {
|
||||
:global(.vtex-button) {
|
||||
border: 0;
|
||||
border-bottom: 1px solid #000000 !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.contentItem{
|
||||
display: flex;
|
||||
padding: 0px 40px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user