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:
committed by
GitHub
parent
899ddcef0d
commit
055008cf03
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user