fix(label): using prop for position

also fixes #14288
This commit is contained in:
Manu Mtz.-Almeida
2018-04-11 19:09:15 +02:00
committed by Manu MA
parent 641113f161
commit b1ee4b8e3a
22 changed files with 327 additions and 259 deletions

View File

@ -33,7 +33,7 @@ ion-label {
// Stacked & Floating Inputs
// --------------------------------------------------
ion-label[fixed] {
.label-fixed {
flex: 0 0 100px;
width: 100px;
@ -49,8 +49,8 @@ ion-label[fixed] {
max-width: 100%;
}
ion-label[stacked],
ion-label[floating] {
.label-stacked ,
.label-floating {
@include margin(null, null, 0, null);
}