feat(windows): initial add for windows badges

also hide ion-button-effect and change alert buttons to full width

references #5565
This commit is contained in:
Brandy Carney
2016-02-23 13:53:11 -05:00
parent 6cd0c45f7c
commit 1fc0a23c11
4 changed files with 34 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ $button-wp-small-icon-font-size: 1.4em !default;
border-color: transparent;
&:hover:not(.disable-hover) {
border-color: transparent;
border-color: transparent;
}
}
@@ -239,6 +239,10 @@ $button-wp-small-icon-font-size: 1.4em !default;
padding: 0;
}
ion-button-effect {
// wp does not use the button effect
display: none;
}
// Generate Windows Button Colors
// --------------------------------------------------