forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #13
@ -22,8 +22,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.container .homeLink {
|
.container .homeLink {
|
||||||
padding-right: 6px;
|
padding: 0 12px 0 0;
|
||||||
padding-left: 0;
|
|
||||||
}
|
}
|
||||||
.container .homeLink::before {
|
.container .homeLink::before {
|
||||||
content: "Home";
|
content: "Home";
|
||||||
@ -37,13 +36,37 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.container .arrow {
|
.container .arrow {
|
||||||
padding: 0 6px;
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
padding: 0 12px 0 0;
|
||||||
|
}
|
||||||
|
.container .arrow .caretIcon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.container .arrow ::before {
|
||||||
|
content: ">";
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
margin-right: 13px;
|
||||||
}
|
}
|
||||||
.container .arrow .link {
|
.container .arrow .link {
|
||||||
padding: 0 6px;
|
padding: 0;
|
||||||
|
}
|
||||||
|
.container .termArrow {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.container .term {
|
.container .term {
|
||||||
padding: 0 6px;
|
padding: 0;
|
||||||
|
}
|
||||||
|
.container .term::before {
|
||||||
|
content: ">";
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
.container .link,
|
.container .link,
|
||||||
.container .term {
|
.container .term {
|
||||||
|
@ -10,8 +10,7 @@
|
|||||||
width: 71.858%;
|
width: 71.858%;
|
||||||
}
|
}
|
||||||
.homeLink {
|
.homeLink {
|
||||||
padding-right: 6px;
|
padding: 0 12px 0 0;
|
||||||
padding-left: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.homeLink::before {
|
.homeLink::before {
|
||||||
@ -28,14 +27,40 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
padding: 0 6px;
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
padding: 0 12px 0 0;
|
||||||
|
.caretIcon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
::before {
|
||||||
|
content: ">";
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: $gray;
|
||||||
|
margin-right: 13px;
|
||||||
|
}
|
||||||
.link {
|
.link {
|
||||||
padding: 0 6px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.term {
|
.termArrow {
|
||||||
padding: 0 6px;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.term{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.term::before {
|
||||||
|
content: ">";
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: $gray;
|
||||||
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link,
|
.link,
|
||||||
|
Loading…
Reference in New Issue
Block a user