Skip to content

Commit

Permalink
default bg color for wizard-ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuwen Qian committed Mar 15, 2016
1 parent 8edb043 commit ba618be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mm-wizard-ribbon/mm-wizard-ribbon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@import "_mixins";

:host {
background-color: #fff;
box-sizing: border-box;
color: $color-A2;
font-family: 'Arimo', Arial, sans-serif;
Expand All @@ -19,6 +20,7 @@

ol {
align-items: center;
background-color: inherit;
border-bottom: 1px solid $color-A9;
border-top: 1px solid $color-A9;
box-sizing: border-box;
Expand Down

0 comments on commit ba618be

Please sign in to comment.