Skip to content

Commit

Permalink
feat: add padding in vertical navMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan committed Dec 20, 2018
1 parent b552dc2 commit 369627d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/nav-menu/style/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import '../../style/index.scss';
$nav-menu: 'hi-navmenu' !default;
@import '@hi-ui/core-css/index.scss';

.hi-navmenu {
position: relative;
Expand All @@ -26,6 +25,8 @@ $nav-menu: 'hi-navmenu' !default;
.hi-navmenu__item {
margin-right: 0 !important;
display: block !important;
padding-left: 16px !important;
padding-right: 16px !important;

&.on {
color: #4284f5;
Expand Down

0 comments on commit 369627d

Please sign in to comment.