ff/update files. #1
@ -18,7 +18,7 @@ vtex login agenciamagma
|
||||
Recomendamos seguir o padrão: `m3academy<nome>`. so e permitido o uso de letras minusculas e números.
|
||||
|
||||
```bash
|
||||
vtex use m3academyanabrunasouza
|
||||
vtex use m3academy-affonso-kopmann
|
||||
```
|
||||
|
||||
## Desenvolvimento
|
||||
|
@ -66,7 +66,8 @@
|
||||
"vtex.tab-layout": "0.x",
|
||||
"vtex.condition-layout": "2.x",
|
||||
"vtex.css-handles": "1.x",
|
||||
"vtex.product-context": "0.x"
|
||||
"vtex.product-context": "0.x",
|
||||
"vtex.store-newsletter": "1.x"
|
||||
},
|
||||
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
|
||||
}
|
||||
|
28
styles/css/vtex.breadcrumb.css
Normal file
28
styles/css/vtex.breadcrumb.css
Normal file
@ -0,0 +1,28 @@
|
||||
.html--pdp-breadcrumb {
|
||||
background-color: rgb(255, 0, 0);
|
||||
}
|
||||
|
||||
.homeIcon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.homeLink {
|
||||
visibility: hidden;
|
||||
position: relative;
|
||||
margin-left: 40px;
|
||||
|
||||
}
|
||||
|
||||
&::after {
|
||||
|
||||
visibility: visible;
|
||||
display: block;
|
||||
content: "Home";
|
||||
position: absolute;
|
||||
color: black;
|
||||
top: 20%
|
||||
}
|
@ -8,5 +8,18 @@
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.newsletter {
|
||||
background: red;
|
||||
}
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.swiper-pagination{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.caretIcon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.carouselGaleryThumbs {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
}
|
||||
|
||||
.html--pdp-breadcrumb {
|
||||
background-color: green;
|
||||
background-color: rgb(255, 0, 0);
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
.newsletter{
|
||||
background: red;
|
||||
}
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user