feat: Render conversation custom attributes (#3065)

This commit is contained in:
Muhsin Keloth
2021-10-30 07:09:46 +05:30
committed by GitHub
parent 69f55a25b6
commit ab77e03c92
32 changed files with 1233 additions and 182 deletions

View File

@@ -1,8 +1,7 @@
.error {
#{$all-text-inputs},
select,
.multiselect>.multiselect__tags {
.multiselect > .multiselect__tags {
@include thin-border(var(--r-400));
}
@@ -40,4 +39,8 @@ input {
font-size: var(--font-size-small);
height: var(--space-large);
}
.error {
border-color: var(--r-400);
}
}