diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-08 03:22:03 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-08 03:22:03 +0300 |
| commit | cc02672e1451f28bcb85a0b34d34117567cc0802 (patch) | |
| tree | 79701c3ade6376edfce0bbee62e8e9e8823d83a9 /src/components/registration/registration.vue | |
| parent | 2e95193559b51d81a3e6de6f29ec277a842556cc (diff) | |
made alerts use red with transparent theme red. some UI improvs
Diffstat (limited to 'src/components/registration/registration.vue')
| -rw-r--r-- | src/components/registration/registration.vue | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index b443024b..00f665af 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -46,7 +46,7 @@ </div> </div> <div v-if="error" class='form-group'> - <div class='error'>{{error}}</div> + <div class='alert error'>{{error}}</div> </div> </form> </div> @@ -105,14 +105,7 @@ } .error { - border-radius: $fallback--tooltipRadius; - border-radius: var(--tooltipRadius, $fallback--tooltipRadius); text-align: center; - margin: 0.5em 0.6em 0; - background-color: $fallback--cRed; - background-color: var(--cRed, $fallback--cRed); - min-height: 28px; - line-height: 28px; } } |
