forked from M3-Academy/challenge-vtex-io
31 lines
260 B
SCSS
31 lines
260 B
SCSS
|
.container {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
.homeLink {
|
||
|
&::before {
|
||
|
content: "Home";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.arrow-1 {
|
||
|
}
|
||
|
|
||
|
.arrow {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.termArrow {
|
||
|
padding: 0;
|
||
|
|
||
|
.caretIcon {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.term {
|
||
|
font-size: 0;
|
||
|
}
|