Adding has-icon class for text input

This commit is contained in:
xavijam 2017-01-18 10:52:44 +01:00
parent 0155c67d3a
commit 9a5a0912ef

View File

@ -51,6 +51,9 @@
background: $cThirdBackground;
cursor: default;
}
&.has-icon {
padding-right: 40px;
}
&.has-error {
@include default-form-error-style();
}