.ios and .md body class css structure

This commit is contained in:
Adam Bradley
2015-09-04 23:53:59 -05:00
parent 7b09e70284
commit cdf631dcaf
42 changed files with 140 additions and 195 deletions

View File

@@ -5,8 +5,8 @@
$input-label-ios-color: #7f7f7f !default;
.list[mode=ios],
ion-card[mode=ios] {
.list,
ion-card {
.text-input {
margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom ($item-ios-padding-left / 2);

View File

@@ -6,8 +6,8 @@ $text-input-highlight-color: map-get($colors, primary) !default;
$input-label-md-color: #999 !default;
.list[mode=md],
ion-card[mode=md] {
.list,
ion-card {
.text-input {
margin: $item-md-padding-top ($item-md-padding-right / 2) $item-md-padding-bottom ($item-md-padding-left / 2);
@@ -67,7 +67,7 @@ ion-card[mode=md] {
}
}
.list[mode=md][inset] ion-input.item {
.list[inset] ion-input.item {
padding-right: 0;
padding-left: 0;
}