Fix input field error

This commit is contained in:
Julia Radzhabova 2022-04-19 21:33:57 +03:00
parent a2b2c63bd1
commit a5d2333889
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;