chore: refactor css styles for forms (#2240)

* chore: refactor css styles for forms

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Nithin David Thomas
2021-05-07 20:02:19 +05:30
committed by GitHub
parent 899ddcef0d
commit 055008cf03
4 changed files with 13 additions and 23 deletions

View File

@@ -1,7 +1,8 @@
.error {
#{$all-text-inputs},
select,
.multiselect > .multiselect__tags {
.multiselect>.multiselect__tags {
@include thin-border(var(--r-400));
}
@@ -33,3 +34,10 @@ input {
.help-text {
font-weight: $font-weight-normal;
}
.input-group.small {
input {
font-size: var(--font-size-small);
height: var(--space-large);
}
}