Merge branch 'feature/breadcrumb' into development

This commit is contained in:
Andrea Matsunaga 2023-02-10 19:12:58 -03:00
commit 105961002d
2 changed files with 12 additions and 6 deletions

View File

@ -10,15 +10,13 @@
.container {
padding: 0 40px 16px;
}
.container .link,
.container .term {
.container .link {
font-size: 14px;
line-height: 19px;
color: #929292;
padding: 2px 12px;
}
.container .link:first-child,
.container .term:first-child {
.container .link:first-child {
padding: 0;
margin-right: 12px;
}
@ -39,4 +37,8 @@
top: 50%;
left: 0;
transform: translateY(-50%);
}
.container .termArrow,
.container .term {
display: none;
}

View File

@ -2,8 +2,7 @@
// background: green;
padding: 0 40px 16px;
.link,
.term {
.link {
font-size: 14px;
line-height: 19px;
color: #929292;
@ -38,4 +37,9 @@
transform: translateY(-50%);
}
}
.termArrow,
.term {
display: none;
}
}