forked from M3-Academy/challenge-vtex-io
54 lines
670 B
SCSS
54 lines
670 B
SCSS
.container {
|
|
width: 100%;
|
|
display: flex;
|
|
padding: 0 40px;
|
|
flex-wrap: wrap;
|
|
flex-basis: 100%;
|
|
align-items: baseline;
|
|
|
|
@media screen and (min-width: 1921px) {
|
|
width: 68.75%;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
.termArrow {
|
|
padding: 0;
|
|
|
|
.caretIcon {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.term {
|
|
font-size: 0;
|
|
}
|
|
|
|
// manipulation fonts with before
|
|
.homeLink {
|
|
&::before {
|
|
content: "Home";
|
|
font-size: 14px;
|
|
line-height: 20.12px;
|
|
}
|
|
}
|
|
|
|
.arrow--1 {
|
|
.link {
|
|
font-size: 0;
|
|
|
|
&::before {
|
|
content: "Sapatos";
|
|
font-size: 14px;
|
|
line-height: 20.12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.arrow--2 {
|
|
.link {
|
|
font-size: 14px;
|
|
line-height: 20.12px;
|
|
}
|
|
}
|