forked from M3-Academy/challenge-vtex-io
style: correção de estilos do breadcrumb
This commit is contained in:
parent
184abe43f6
commit
6e86c78bff
@ -22,8 +22,7 @@
|
||||
}
|
||||
}
|
||||
.container .homeLink {
|
||||
padding-right: 6px;
|
||||
padding-left: 0;
|
||||
padding: 0 12px 0 0;
|
||||
}
|
||||
.container .homeLink::before {
|
||||
content: "Home";
|
||||
@ -37,13 +36,37 @@
|
||||
display: none;
|
||||
}
|
||||
.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 {
|
||||
padding: 0 6px;
|
||||
padding: 0;
|
||||
}
|
||||
.container .termArrow {
|
||||
display: none;
|
||||
}
|
||||
.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 .term {
|
||||
|
@ -10,8 +10,7 @@
|
||||
width: 71.858%;
|
||||
}
|
||||
.homeLink {
|
||||
padding-right: 6px;
|
||||
padding-left: 0;
|
||||
padding: 0 12px 0 0;
|
||||
}
|
||||
|
||||
.homeLink::before {
|
||||
@ -28,14 +27,40 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
padding: 0 6px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.term {
|
||||
padding: 0 6px;
|
||||
.termArrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.term{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.term::before {
|
||||
content: ">";
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: $gray;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.link,
|
||||
|
Loading…
Reference in New Issue
Block a user