mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
top/bottom padding text inputs
This commit is contained in:
@@ -55,8 +55,8 @@ $item-ios-forward-icon-color: $item-ios-border-color !default;
|
||||
}
|
||||
|
||||
.text-input {
|
||||
margin: $item-ios-padding-top $item-ios-padding-right $item-ios-padding-bottom $item-ios-padding-left;
|
||||
padding: 0;
|
||||
margin: 0 $item-ios-padding-right 0 $item-ios-padding-left;
|
||||
padding: $item-ios-padding-top 0 $item-ios-padding-bottom 0;
|
||||
}
|
||||
|
||||
.item-note {
|
||||
|
||||
Reference in New Issue
Block a user