mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(input): label text wrapper scale uses SASS variable (#26468)
This commit is contained in:
@@ -597,7 +597,7 @@
|
||||
:host(.input-label-placement-stacked) .label-text-wrapper,
|
||||
:host(.has-focus.input-label-placement-floating) .label-text-wrapper,
|
||||
:host(.has-value.input-label-placement-floating) .label-text-wrapper {
|
||||
@include transform(translateY(50%), scale(.75));
|
||||
@include transform(translateY(50%), scale(#{$input-floating-label-scale}));
|
||||
|
||||
/**
|
||||
* Label text should not extend
|
||||
|
||||
Reference in New Issue
Block a user