Merge pull request #158 from CartoDB/input-has-icon

Adding has-icon class for text input
This commit is contained in:
Javier Álvarez Medina 2017-01-18 10:57:29 +01:00 committed by GitHub
commit d206e22b7f

View File

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