feat: Estiliza breadcrumb desktop
This commit is contained in:
parent
6cebda38f4
commit
77ff2d6998
@ -7,7 +7,25 @@
|
|||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.container .link {
|
.container {
|
||||||
|
margin: 8px 40px;
|
||||||
|
}
|
||||||
|
.container .link,
|
||||||
|
.container .term {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
.container .homeIcon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.container .link::after {
|
||||||
|
content: "Home";
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
.container .link--1::after,
|
||||||
|
.container .link--2::after {
|
||||||
|
display: none;
|
||||||
}
|
}
|
@ -1,6 +1,28 @@
|
|||||||
.container {
|
.container {
|
||||||
.link {
|
margin: 8px 40px;
|
||||||
|
|
||||||
|
.link,
|
||||||
|
.term {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
|
color: $gray-500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.homeIcon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link::after {
|
||||||
|
content: "Home";
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: $gray-500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link--1,
|
||||||
|
.link--2 {
|
||||||
|
&::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user