Skip to content

Commit

Permalink
fix: button regression closes carbon-design-system#177
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Jun 20, 2019
1 parent 8badb6b commit fc2e561
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
@import '~carbon-components/scss/globals/scss/vars';
@import '~carbon-components/scss/globals/scss/layout';

header.header button {
display: flex;
justify-content: center;
align-items: center;
.header button {
svg {
margin-top: 0;
margin-top: $spacing-02;
}
}

Expand All @@ -20,9 +17,3 @@ header.header {
.header.hidden {
top: -48px;
}

button.icon {
display: flex;
justify-content: center;
align-items: center;
}

0 comments on commit fc2e561

Please sign in to comment.