mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
tweak UI for nav links
This commit is contained in:
parent
f14291e1be
commit
ac15a37592
@ -50,15 +50,15 @@ body {
|
||||
&.section {
|
||||
&::before {
|
||||
background: $gray-700;
|
||||
height: 4px;
|
||||
top: 50%;
|
||||
margin-top: -2pxp;
|
||||
// height: 4px;
|
||||
// top: 50%;
|
||||
// margin-top: -2pxp;
|
||||
}
|
||||
&.active {
|
||||
&::before {
|
||||
background: $theme-color-primary;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
// height: 100%;
|
||||
// top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user