Optimize breadcrumbs in manual CSS
This commit is contained in:
parent
43ea119cad
commit
246bffc42c
@ -7,22 +7,29 @@
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.topic-content {
|
||||||
font-size: 14px;
|
.breadcrumb-container {
|
||||||
line-height: 18px;
|
// if paligo exports with sticky header, the breadcumbs disappear under the header without this margin
|
||||||
font-weight: 600;
|
margin-top: 40px;
|
||||||
|
|
||||||
a {
|
|
||||||
color: $accent;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $primary;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb-node {
|
.breadcrumb {
|
||||||
color: $primary;
|
font-size: 14px;
|
||||||
|
line-height: 18px;
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $accent;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $primary;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb-node {
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user