mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
38 lines
474 B
SCSS
38 lines
474 B
SCSS
|
|
// Input
|
|
// --------------------------------------------------
|
|
|
|
|
|
ion-input {
|
|
display: block;
|
|
}
|
|
|
|
focus-holder input {
|
|
position: fixed;
|
|
top: 1px;
|
|
width: 9px;
|
|
left: -9999px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.scroll-padding.scroll-padding .scroll-content {
|
|
padding-bottom: 1000px;
|
|
}
|
|
|
|
.item.input {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.item.input .text-input {
|
|
flex: 1;
|
|
}
|
|
|
|
.item.input textarea {
|
|
padding-top: 9px;
|
|
}
|
|
|
|
.item .item-content .input-label {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|