challenge-vtex-io-caina/styles/css/vtex.breadcrumb.css

50 lines
1.1 KiB
CSS
Raw Normal View History

/*
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 {
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;
}
}
.container--breadcrumb .homeIcon--breadcrumb {
display: none;
}
2023-01-31 21:46:06 +00:00
.container--breadcrumb .homeLink--breadcrumb {
vertical-align: top;
}
2023-01-31 21:46:06 +00:00
.container--breadcrumb .homeLink--breadcrumb::after {
content: "Home";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
2023-01-24 18:13:48 +00:00
}
2023-01-31 21:46:06 +00:00
.container--breadcrumb .link--breadcrumb--1 {
2023-01-24 18:13:48 +00:00
font-size: 0;
}
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-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;
}