mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
27 lines
276 B
SCSS
27 lines
276 B
SCSS
|
|
// Text Input
|
|
// --------------------------------------------------
|
|
|
|
|
|
ion-input {
|
|
display: block;
|
|
}
|
|
|
|
|
|
.item.input {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.item.input .text-input {
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.text-input {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.item.input textarea {
|
|
padding-top: 9px;
|
|
}
|