Merge pull request 'ff/update files.' (#1) from feature/init into master

Reviewed-on: #1
This commit is contained in:
Affonso Kopmann 2023-02-08 17:39:13 +00:00
commit 47dd6ef4ef
7 changed files with 686 additions and 661 deletions

View File

@ -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

View File

@ -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"
}

View 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%
}

View File

@ -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;
}

View File

@ -3,6 +3,6 @@
}
.html--pdp-breadcrumb {
background-color: green;
background-color: rgb(255, 0, 0);
}

View File

@ -1,3 +1,3 @@
.newsletter{
background: red;
background: rgb(0, 0, 0);
}

1291
yarn.lock

File diff suppressed because it is too large Load Diff