Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Use flex box to align icon and text
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wheaton committed Jun 8, 2016
1 parent ece7c72 commit 659b9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
//== Modifier: Hero button
//
.ms-Button.ms-Button--hero {
align-items: center;
background-color: transparent;
border: 0;
display: flex;
Expand All @@ -139,18 +140,17 @@
.ms-Icon {
border-radius: 18px;
border: 1px solid $ms-color-themePrimary;
font-size: $ms-font-size-s;
height: 18px;
line-height: 18px;
width: 18px;
font-size: $ms-font-size-s;
}
}

.ms-Button-label {
color: $ms-color-themePrimary;
font-size: $ms-font-size-xl;
font-weight: $ms-font-weight-light;
line-height: 19px;
position: relative;
text-decoration: none;
}
Expand Down

0 comments on commit 659b9a9

Please sign in to comment.