mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
committed by
Manu MA
parent
641113f161
commit
b1ee4b8e3a
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user