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

51 lines
958 B
CSS
Raw Permalink Normal View History

2023-01-22 20:32:36 +00:00
@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 {
2023-02-08 14:41:20 +00:00
display: flex;
2023-01-22 20:32:36 +00:00
font-size: 14px;
color: #929292;
2023-02-08 14:41:20 +00:00
margin: 0 40px;
2023-01-22 20:32:36 +00:00
}
.container .homeIcon {
height: 0;
2023-02-08 14:41:20 +00:00
display: none;
2023-01-22 20:32:36 +00:00
}
2023-02-08 14:41:20 +00:00
.container .homeLink::before {
2023-01-22 20:32:36 +00:00
content: "Home";
font-family: "Open sans", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
2023-02-08 14:41:20 +00:00
.container .link--1 {
font-size: 0;
}
.container .link--1::before {
2023-01-22 20:32:36 +00:00
content: "Sapatos";
font-family: "Open sans", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
2023-02-08 14:41:20 +00:00
.container .link--2 {
font-size: 0;
2023-01-22 20:32:36 +00:00
}
2023-02-08 14:41:20 +00:00
.container .link--2::before {
2023-01-22 20:32:36 +00:00
content: "Sandália";
font-family: "Open sans", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
.container .termArrow,
.container .term {
display: none;
}