You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
625 B

.breadcrumb {
ul {
list-style: none;
display: flex;
align-items: baseline;
margin: 0;
padding: 0;
li {
&:after {
font-size: 1.2rem;
margin: 0 0.5em;
content: "\21E2";
}
&:last-child {
&:after {
content: '';
margin: 0;
}
}
a {
color: var(--danger);
&:hover {
color: var(--text-contrast);
}
}
}
}
}