Files
2015-12-08 15:44:11 -05:00

38 lines
544 B
SCSS

@import "../../globals.core";
// Label
// --------------------------------------------------
ion-label {
display: block;
max-width: 200px;
font-size: inherit;
white-space: nowrap;
pointer-events: none;
}
[fixed-label] ion-label {
width: 30%;
min-width: 100px;
max-width: 200px;
}
[stacked-label],
[floating-label] {
flex-direction: column;
align-items: flex-start;
ion-label {
align-self: stretch;
margin-bottom: 0;
max-width: 100%;
}
[text-input] {
align-self: stretch;
width: auto;
}
}