Merge pull request #158 from CartoDB/input-has-icon
Adding has-icon class for text input
This commit is contained in:
commit
d206e22b7f
@ -51,6 +51,9 @@
|
|||||||
background: $cThirdBackground;
|
background: $cThirdBackground;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
&.has-icon {
|
||||||
|
padding-right: $mainSize * 4;
|
||||||
|
}
|
||||||
&.has-error {
|
&.has-error {
|
||||||
@include default-form-error-style();
|
@include default-form-error-style();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user