Skip to content

Commit

Permalink
Fixed-Widget-left-navigation-block-2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amol 2jcommerce committed Feb 13, 2019
1 parent 7c4cea2 commit 8a28cca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@admin__page-nav-item__hover__background-color: darken(@admin__page-nav__background-color, 5%);

@admin__page-nav-link__color: @color-very-dark-gray-black;
@admin__page-nav-link__padding: @indent__base 0rem @indent__base @indent__s;
@admin__page-nav-link__padding: @indent__base 4rem @indent__base @indent__s;
@admin__page-nav-link__hover__color: @color-very-dark-gray-black;
@admin__page-nav-link__changed__color: @color-very-dark-gray;

Expand Down Expand Up @@ -203,7 +203,7 @@
font-weight: @font-weight__heavier;
line-height: @line-height__s;
margin: 0 0 -1px;
padding: @admin__page-nav-link__padding;
padding: 2rem 0rem 2rem 1rem;
transition: @admin__page-nav-transition;
word-wrap: break-word;
}
Expand Down

0 comments on commit 8a28cca

Please sign in to comment.