diff --git a/frontend/src/assets/style.scss b/frontend/src/assets/style.scss index b3a943b43..42342f1d0 100644 --- a/frontend/src/assets/style.scss +++ b/frontend/src/assets/style.scss @@ -507,6 +507,20 @@ body.is-noscroll { } } + &.is-light.is-outlined { + background: lighten($primary, 55%); + + &.is-focused { + background: lighten($primary, 55%); + } + + &.is-selected { + border-color: $primary; + color: $primary; + font-weight: bold; + } + } + &:not(.is-small) { height: auto; padding: 10px 20px; @@ -592,6 +606,10 @@ body.is-noscroll { color: $grey-dark; } + &.is-floating-label label.label { + font-size: 0.875rem; + } + .help { color: $grey; } diff --git a/frontend/src/views/UserForm.vue b/frontend/src/views/UserForm.vue index c867182fc..af1a1bdcb 100644 --- a/frontend/src/views/UserForm.vue +++ b/frontend/src/views/UserForm.vue @@ -15,15 +15,17 @@