60 lines
1.0 KiB
SCSS
60 lines
1.0 KiB
SCSS
.container--breadcrumb {
|
|
margin-left: 40px;
|
|
margin-right: 40px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $color-gray6;
|
|
@media screen and (min-width: 1921px) {
|
|
margin-left: 360px;
|
|
margin-right: 360px;
|
|
}
|
|
.caretIcon--breadcrumb {
|
|
color: $color-gray6;
|
|
}
|
|
|
|
.homeIcon--breadcrumb {
|
|
display: none;
|
|
}
|
|
|
|
.homeLink--breadcrumb {
|
|
vertical-align: top;
|
|
padding-left: 0;
|
|
&::after {
|
|
content: "Home";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $color-gray6;
|
|
}
|
|
}
|
|
|
|
.link--breadcrumb--1 {
|
|
padding-right: 0;
|
|
font-size: 0;
|
|
color: $color-gray6;
|
|
|
|
&::after {
|
|
content: "Sapatos";
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $color-gray6;
|
|
}
|
|
}
|
|
|
|
.link--breadcrumb--2 {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $color-gray6;
|
|
}
|
|
|
|
.termArrow--breadcrumb,
|
|
.term--breadcrumb {
|
|
display: none;
|
|
}
|
|
}
|