[Forms] For Bug 56735: hide pwd button

This commit is contained in:
Julia Radzhabova 2022-04-19 22:50:07 +03:00
parent a5d2333889
commit 877e9123a0

View file

@ -669,4 +669,19 @@
.font-size-large {
.fontsize(@font-size-large);
}
.input-field-btn {
.select-button {
display: none;
}
.input-error {
&:before {
right: 3px;
}
}
input {
padding-right: 0;
}
}