Added hint message to form fields

This commit is contained in:
Giuseppe Digilio
2019-05-15 17:58:37 +02:00
parent 016afd84e4
commit 7667cab772
5 changed files with 19 additions and 7 deletions

View File

@@ -44,3 +44,8 @@
.right-addon input {
padding-right: $spacer * 2.25;
}
.ds-form-qualdrop-hint {
top: -$spacer;
position: relative;
}