challenge-vtex-io-thiago-br.../styles/css/vtex.breadcrumb.css

68 lines
1.2 KiB
CSS
Raw Normal View History

@charset "UTF-8";
/*
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 */
.container {
padding: 16px 40px;
}
.container .homeLink {
display: none;
}
.container .arrow--1 {
padding: 0;
text-align: start;
}
.container .arrow--1 .caretIcon {
display: none;
}
.container .arrow--1 .link--1 {
padding: 0;
font-size: 0;
}
.container .arrow--1 .link--1::before {
content: "Home";
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
.container .arrow--2 {
padding: 0;
text-align: start;
}
.container .arrow--2 .caretIcon {
margin: 0 8px;
}
.container .arrow--2 .link--2 {
padding: 0;
font-size: 0;
}
.container .arrow--2 .link--2::before {
content: "Sapatos";
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
.container .termArrow {
margin: 0 8px;
padding: 0;
}
.container .term {
padding: 0;
text-align: start;
font-size: 0;
}
.container .term::before {
content: "Sandálias";
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}