feat: adiciona estilos breadcrumb #1

Merged
Rafael_Sampaio_de_Oliveira merged 1 commits from feature/adiciona-estilos-breadcrumb into development 2023-01-23 11:04:15 +00:00
2 changed files with 48 additions and 1 deletions
Showing only changes of commit 9652f91f6e - Show all commits

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