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

71 lines
1.5 KiB
CSS
Raw Permalink 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 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
/* Grid breakpoints */
2023-01-31 21:46:06 +00:00
.container--breadcrumb {
padding: 0;
margin: 16px 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 {
display: none;
}
2023-01-31 21:46:06 +00:00
.container--breadcrumb .homeLink--breadcrumb {
vertical-align: top;
padding: 0;
2023-02-01 17:06:23 +00:00
padding-left: 0;
}
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-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;
padding-top: 0;
padding-bottom: 0;
line-height: 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;
padding-top: 0;
padding-bottom: 0;
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;
}