add docs menu sections (#1366)
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
|
||||
@media screen and (min-width: $tablet) {
|
||||
display: block;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
&.mobile {
|
||||
@ -70,8 +72,10 @@
|
||||
.subnav-link {
|
||||
display: block;
|
||||
font-weight: $regular;
|
||||
font-size: $tiny;
|
||||
color: $grey;
|
||||
line-height: 32px;
|
||||
line-height: 1.3;
|
||||
margin: 10px 0;
|
||||
text-decoration: none;
|
||||
text-transform: capitalize;
|
||||
transition: color .2s ease;
|
||||
@ -87,6 +91,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
.docs-nav-section {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.docs-nav-section-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.docs-nav-section-title {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.nav-subsections {
|
||||
margin: $tiny 0;
|
||||
padding: 0 0 0 $tiny;
|
||||
|
Reference in New Issue
Block a user