N°3922 Restyle one way password inputs, reset buttons and displayed hints

This commit is contained in:
Stephen Abello
2021-09-10 10:27:13 +02:00
parent 191891ac35
commit b120488085
21 changed files with 57 additions and 25 deletions

View File

@@ -55,6 +55,10 @@ $ibo-input--margin-x: 5px !default;
border: 1px solid $ibo-input-wrapper--is-error--border-color;
}
}
.ibo-input-wrapper--with-buttons{
position: relative;
display: flex;
}
.ibo-field-validation {
color: $ibo-field-validation;