mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
.ios and .md body class css structure
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user