move mat-input-prefix change only in amount sub class

This commit is contained in:
Eugenio Romano 2017-09-04 12:14:58 +02:00 committed by Mario Romano
parent ffbfc8b87a
commit f7e14b1028

View File

@ -9,6 +9,12 @@
.mat-input-element { .mat-input-element {
margin-left: 11px; margin-left: 11px;
} }
.mat-input-prefix {
position: absolute;
margin-top: 42px;
}
} }
&-amount-widget__container { &-amount-widget__container {
@ -34,7 +40,3 @@
} }
.mat-input-prefix {
position: absolute;
margin-top: 42px;
}