feat: Add full name to the user signup form (#1534)
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
#{$all-text-inputs},
|
||||
select,
|
||||
.multiselect > .multiselect__tags {
|
||||
@include thin-border(darken(get-color(alert), 25%));
|
||||
@include thin-border(var(--r-400));
|
||||
}
|
||||
|
||||
.message {
|
||||
color: darken(get-color(alert), 25%);
|
||||
color: var(--r-400);
|
||||
display: block;
|
||||
font-size: var(--font-size-small);
|
||||
font-weight: $font-weight-normal;
|
||||
margin-bottom: $space-one;
|
||||
margin-top: -$space-normal;
|
||||
|
||||
Reference in New Issue
Block a user