forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat: adiciona estilos breadcrumb' (#1) from feature/adiciona-estilos-breadcrumb into development
Reviewed-on: #1
This commit is contained in:
commit
365903be40
39
styles/css/vtex.breadcrumb.css
Normal file
39
styles/css/vtex.breadcrumb.css
Normal 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;
|
||||||
|
}
|
@ -9,4 +9,12 @@
|
|||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.newsletter {
|
.newsletter {
|
||||||
background: red;
|
background: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.caretIcon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swiper-pagination {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user