Separate docs-nav into new component

Since same markup will be needed for desktop
and mobile menus.
This commit is contained in:
hunicus
2021-12-16 19:11:54 -05:00
parent e01ab449cf
commit 958bfe6d25
6 changed files with 101 additions and 83 deletions

View File

@@ -102,23 +102,6 @@ li.nav-item {
border: none;
}
.doc-nav-desktop p {
color: #4a68b9;
font-weight: 700;
margin: 10px 0;
margin: 15px 0 10px 0;
}
.doc-nav-desktop p:first-child {
margin-top: 0
}
.doc-nav-desktop a {
color: #fff;
text-decoration: none;
display: block;
margin: 5px 0;
}
.doc-content {
width: calc(100% - 330px);
float: right;