2023-01-22 05:01:04 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
|
|
|
/* Grid breakpoints */
|
2023-01-31 21:46:06 +00:00
|
|
|
.container--breadcrumb {
|
2023-01-22 05:01:04 +00:00
|
|
|
margin-left: 40px;
|
|
|
|
margin-right: 40px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
@media screen and (min-width: 1921px) {
|
|
|
|
.container--breadcrumb {
|
|
|
|
margin-left: 360px;
|
|
|
|
margin-right: 360px;
|
|
|
|
}
|
|
|
|
}
|
2023-02-01 17:06:23 +00:00
|
|
|
.container--breadcrumb .caretIcon--breadcrumb {
|
|
|
|
color: #929292;
|
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
.container--breadcrumb .homeIcon--breadcrumb {
|
2023-01-22 05:01:04 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
.container--breadcrumb .homeLink--breadcrumb {
|
2023-01-22 05:01:04 +00:00
|
|
|
vertical-align: top;
|
2023-02-01 17:06:23 +00:00
|
|
|
padding-left: 0;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
.container--breadcrumb .homeLink--breadcrumb::after {
|
2023-01-22 05:01:04 +00:00
|
|
|
content: "Home";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-02-01 17:06:23 +00:00
|
|
|
color: #929292;
|
2023-01-24 18:13:48 +00:00
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
.container--breadcrumb .link--breadcrumb--1 {
|
2023-02-01 17:06:23 +00:00
|
|
|
padding-right: 0;
|
2023-01-24 18:13:48 +00:00
|
|
|
font-size: 0;
|
2023-02-01 17:06:23 +00:00
|
|
|
color: #929292;
|
2023-01-24 18:13:48 +00:00
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
.container--breadcrumb .link--breadcrumb--1::after {
|
2023-01-24 18:13:48 +00:00
|
|
|
content: "Sapatos";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-02-01 17:06:23 +00:00
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.container--breadcrumb .link--breadcrumb--2 {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
2023-01-24 18:13:48 +00:00
|
|
|
}
|
2023-01-31 21:46:06 +00:00
|
|
|
.container--breadcrumb .termArrow--breadcrumb,
|
|
|
|
.container--breadcrumb .term--breadcrumb {
|
2023-01-24 18:13:48 +00:00
|
|
|
display: none;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|