File size: 590 Bytes
1982de5 a417977 1982de5 a417977 1982de5 a417977 1982de5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
.breadcrumbs {
font-weight: 400;
color: var(--text-muted-color);
font-size: .8125rem;
margin-top: 1.25rem;
margin-bottom: 0.9375rem;
white-space: pre-wrap;
display: flex;
a {
text-decoration: none;
&:hover {
color: var(--text-muted-color);
text-decoration: underline;
}
}
b {
font-weight: 700;
}
}
.actions {
margin-left: auto;
a:hover {
color: var(--text-muted-hover-color);
}
}
//.title {
// font-size: 1.59375rem;
// line-height: 1.25;
// font-weight: 500;
// color: var(--text-color);
// padding-bottom: 1.5rem;
//} |