54 lines
799 B
CSS
54 lines
799 B
CSS
/*
|
|
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 {
|
|
display: flex;
|
|
}
|
|
|
|
.homeLink::after {
|
|
content: "Home";
|
|
}
|
|
|
|
.homeLink,
|
|
.link--1,
|
|
.link--2 {
|
|
text-transform: capitalize;
|
|
font-family: Open Sans;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
.homeLink::after,
|
|
.link--1::after,
|
|
.link--2::after {
|
|
text-transform: capitalize;
|
|
font-family: Open Sans;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
color: #929292;
|
|
}
|
|
|
|
.homeIcon,
|
|
.term {
|
|
display: none;
|
|
}
|
|
|
|
.link--1 {
|
|
font-size: 0;
|
|
}
|
|
.link--1::after {
|
|
content: "Sapatos";
|
|
}
|
|
|
|
.caretIcon:last-child {
|
|
display: none;
|
|
} |