feat: Add full name to the user signup form (#1534)

This commit is contained in:
Pranav Raj S
2020-12-21 14:05:19 +05:30
committed by GitHub
parent 796e376fa7
commit 9d3dda9a61
10 changed files with 163 additions and 219 deletions

View File

@@ -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;