mirror of https://github.com/requarks/wiki
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.
28 lines
380 B
28 lines
380 B
6 years ago
|
.TreeNavigation.treenav {
|
||
|
font-size: 13px;
|
||
|
|
||
|
li {
|
||
|
padding-left: 24px;
|
||
|
}
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
color: mc('grey', '800');
|
||
|
}
|
||
|
|
||
|
.NavigationLevel__parent {
|
||
|
// font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.NavigationItem {
|
||
|
padding: 3px 0;
|
||
|
}
|
||
|
|
||
|
.NavigationItem--active {
|
||
|
color: #42b883;
|
||
|
}
|
||
|
|
||
|
.NavigationToggle__icon {
|
||
|
border-color: mc('blue', '600');
|
||
|
}
|
||
|
}
|