label colors

This commit is contained in:
Adam Bradley
2015-09-04 09:54:55 -05:00
parent 641244160c
commit 662e843a47
7 changed files with 13 additions and 13 deletions

View File

@ -0,0 +1,33 @@
// Label
// --------------------------------------------------
ion-label {
display: block;
max-width: 200px;
font-size: inherit;
white-space: nowrap;
}
[fixed-label] ion-label {
width: 30%;
min-width: 100px;
max-width: 200px;
}
ion-input[stacked-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;
}
}