2017-12-20 01:25:35 +00:00
|
|
|
.breadcrumb {
|
2018-08-06 21:27:07 +00:00
|
|
|
margin: 0 1.5rem;
|
|
|
|
|
2017-12-20 01:25:35 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
opacity: 0.7;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-16 14:38:41 +00:00
|
|
|
ul {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
li::before {
|
|
|
|
font-size: x-large;
|
|
|
|
}
|
|
|
|
|
2021-12-17 15:20:13 +00:00
|
|
|
li:last-child a.active {
|
2017-12-20 01:25:35 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
2021-12-16 14:38:41 +00:00
|
|
|
|
|
|
|
dl dd {
|
2021-12-16 15:12:29 +00:00
|
|
|
margin: -4px 0px;
|
2021-12-16 14:38:41 +00:00
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl dt {
|
|
|
|
font-size: small;
|
|
|
|
}
|
2017-12-20 01:25:35 +00:00
|
|
|
}
|