css cleanup

This commit is contained in:
Adam Bradley
2015-09-05 21:02:44 -05:00
parent 463de4b437
commit c41801c55f
23 changed files with 381 additions and 389 deletions

View File

@ -22,9 +22,9 @@ $switch-ios-handle-bg-color: $switch-ios-off-bg-color !default;
$switch-ios-transition-duration: 300ms !default;
.switch {
ion-switch {
.item-media {
.item-media.media-switch {
margin: 0;
padding: 6px ($item-ios-padding-right / 2) 6px ($item-ios-padding-left);
}
@ -125,7 +125,7 @@ $switch-ios-transition-duration: 300ms !default;
@mixin switch-theme-ios($color-name, $bg-on) {
.switch[#{$color-name}] {
ion-switch[#{$color-name}] {
&[aria-checked=true] .switch-icon {
background-color: $bg-on;