iOS stacked labels

This commit is contained in:
Adam Bradley
2015-09-04 11:43:04 -05:00
parent 8f8ac80da4
commit b44c46dc59

View File

@ -23,4 +23,14 @@ ion-card[mode=ios] {
color: $input-label-ios-color; color: $input-label-ios-color;
} }
[stacked-label] ion-label {
font-size: 1.2rem;
margin-bottom: 4px;
}
[stacked-label] .text-input {
margin-top: 8px;
margin-bottom: 8px;
}
} }