Skip to content

Commit

Permalink
style(sidebar): set icon's button styles
Browse files Browse the repository at this point in the history
set background transparent with not border
  • Loading branch information
aneurysmjs committed Jul 30, 2019
1 parent 103db91 commit b3d694c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/shared/Sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ $sidebar-width: px-to-rem(300);
}

@include element(close) {
background: transparent;
border: none;
cursor: pointer;
}

Expand Down

0 comments on commit b3d694c

Please sign in to comment.