forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat(breadcrumb): Implementa SASS do block breadcrumb' (#3) from feature/breadcrumb into development
Reviewed-on: #3
This commit is contained in:
commit
fc7f6d5cfb
60
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
60
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
@ -0,0 +1,60 @@
|
||||
.container {
|
||||
.homeLink {
|
||||
.homeIcon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.homeLink::before {
|
||||
content: "Home";
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: #929292;
|
||||
}
|
||||
|
||||
.arrow--1 {
|
||||
.link {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.link::before {
|
||||
content: "Sapatos";
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: #929292;
|
||||
}
|
||||
}
|
||||
|
||||
.arrow--2 {
|
||||
.link {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.link::before {
|
||||
content: "Sandálias";
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: #929292;
|
||||
}
|
||||
}
|
||||
|
||||
.term {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: #929292;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user