Skip to content

Commit

Permalink
fix(component): add display flex to icon component
Browse files Browse the repository at this point in the history
master
  • Loading branch information
samwx committed Sep 17, 2019
1 parent d424fc4 commit f75d864
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/icon/icon.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@import '../../assets/scss/variables';

icon {
display: flex;
align-items: center;
}

.icon {
background-size: cover;
background-position: center center;
Expand Down

0 comments on commit f75d864

Please sign in to comment.