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