Skip to content

Commit

Permalink
feat: update menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
rfabre committed Dec 11, 2023
1 parent 95f0f01 commit 06752bf
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
30 changes: 29 additions & 1 deletion doc/templates/uno/component/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,34 @@
border: none;
}

&.menu-item a {
font-weight: 600;
padding: 6px 0;
}

&.spacing-top a {
margin-top: 15px;
}

&.column-title a {
border-bottom: 1px solid #3A3A3A;
font-weight: 700;
border-radius: 0;
margin-bottom: 8px;
padding-bottom: 14px;
}

&.header-menu-category a {
color: #7D7D7D;
font-weight: 700;
border-bottom: 1px solid #3A3A3A;
cursor: unset;
border-radius: 0;
margin-bottom: 8px;
padding-bottom: 14px;
width:100%
}

}

a {
Expand Down Expand Up @@ -298,7 +326,7 @@

position: fixed;
width: 100%;
margin: -16px 0 0 0;
margin: 0;
padding: 0;

padding-top: 67px;
Expand Down
2 changes: 1 addition & 1 deletion doc/templates/uno/styles/docfx.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/templates/uno/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/templates/uno/styles/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/templates/uno/styles/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06752bf

Please sign in to comment.