Merge pull request 'feat: adiciona estilos breadcrumb' (#1) from feature/adiciona-estilos-breadcrumb into development

Reviewed-on: #1
This commit is contained in:
Rafael Sampaio de Oliveira 2023-01-23 11:04:14 +00:00
commit 365903be40
2 changed files with 48 additions and 1 deletions

View File

@ -0,0 +1,39 @@
.termArrow,
.term {
display: none;
}
.homeLink {
visibility: hidden;
position: relative;
margin-right: 15px;
}
.homeLink::after {
visibility: visible;
display: block;
content: "Home";
font-size: 16px;
position: absolute;
top: 18%;
}
.link--1 {
font-size: 0;
}
.link--1::after {
display: block;
content: "Sapatos";
font-size: 16px;
}
.link--2 {
font-size: 0;
}
.link--2::after {
display: block;
content: "Sandálias";
font-size: 16px;
}

View File

@ -9,4 +9,12 @@
/* Grid breakpoints */
.newsletter {
background: red;
}
}
.caretIcon {
display: none;
}
.swiper-pagination {
display: none;
}