style(sass): fix linter errors

This commit is contained in:
Brandy Carney
2016-04-20 15:33:55 -04:00
parent 5f8edc2fcf
commit c3fb051ed6
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ ion-action-sheet {
.action-sheet-selected { .action-sheet-selected {
font-weight: bold; font-weight: bold;
background: white; background: #fff;
} }
.action-sheet-destructive { .action-sheet-destructive {

View File

@ -76,7 +76,7 @@ $action-sheet-wp-icon-margin: 0 16px 0 0 !default;
.button-inner { .button-inner {
justify-content: flex-start; justify-content: flex-start;
} }
} }
.action-sheet-selected { .action-sheet-selected {

View File

@ -90,7 +90,7 @@ tabbar {
ion-badge, ion-badge,
ion-icon, ion-icon,
span { span {
opacity: 0.4; opacity: .4;
} }
} }