2023-01-26 19:53:58 +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 */
|
2023-01-29 18:04:57 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
2023-01-26 19:53:58 +00:00
|
|
|
/* Grid breakpoints */
|
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 1920px;
|
|
|
|
}
|
|
|
|
|
2023-01-23 11:01:25 +00:00
|
|
|
.termArrow,
|
|
|
|
.term {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink {
|
|
|
|
visibility: hidden;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink::after {
|
|
|
|
visibility: visible;
|
|
|
|
display: block;
|
|
|
|
content: "Home";
|
|
|
|
font-size: 16px;
|
|
|
|
position: absolute;
|
2023-01-30 12:35:29 +00:00
|
|
|
top: 17%;
|
2023-01-23 11:01:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.link--1 {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--1::after {
|
|
|
|
display: block;
|
|
|
|
content: "Sapatos";
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--2 {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--2::after {
|
|
|
|
display: block;
|
|
|
|
content: "Sandálias";
|
|
|
|
font-size: 16px;
|
2023-01-26 19:53:58 +00:00
|
|
|
}
|