Fix input field error
This commit is contained in:
parent
a2b2c63bd1
commit
a5d2333889
|
@ -42,7 +42,7 @@
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
top: 4px;
|
top: 3px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-position: @input-error-offset-x @input-error-offset-y;
|
background-position: @input-error-offset-x @input-error-offset-y;
|
||||||
|
|
|
@ -772,11 +772,11 @@
|
||||||
|
|
||||||
// Input error
|
// Input error
|
||||||
@input-error-offset-x: -73px;
|
@input-error-offset-x: -73px;
|
||||||
@input-error-offset-y: -170px;
|
@input-error-offset-y: -169px;
|
||||||
|
|
||||||
// Input warning
|
// Input warning
|
||||||
@input-warning-offset-x: -57px;
|
@input-warning-offset-x: -57px;
|
||||||
@input-warning-offset-y: -170px;
|
@input-warning-offset-y: -169px;
|
||||||
|
|
||||||
// Spinner
|
// Spinner
|
||||||
@spinner-offset-x: -41px;
|
@spinner-offset-x: -41px;
|
||||||
|
|
Loading…
Reference in a new issue