aboutsummaryrefslogtreecommitdiff
path: root/src/components/login_form/login_form.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-08 03:22:03 +0300
committerHenry Jameson <me@hjkos.com>2018-04-08 03:22:03 +0300
commitcc02672e1451f28bcb85a0b34d34117567cc0802 (patch)
tree79701c3ade6376edfce0bbee62e8e9e8823d83a9 /src/components/login_form/login_form.vue
parent2e95193559b51d81a3e6de6f29ec277a842556cc (diff)
made alerts use red with transparent theme red. some UI improvs
Diffstat (limited to 'src/components/login_form/login_form.vue')
-rw-r--r--src/components/login_form/login_form.vue8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/login_form/login_form.vue b/src/components/login_form/login_form.vue
index 840ea1a4..67fa95a8 100644
--- a/src/components/login_form/login_form.vue
+++ b/src/components/login_form/login_form.vue
@@ -21,7 +21,7 @@
</div>
</div>
<div v-if="authError" class='form-group'>
- <div class='error'>{{authError}}</div>
+ <div class='alert error'>{{authError}}</div>
</div>
</form>
</div>
@@ -40,13 +40,7 @@
}
.error {
- border-radius: $fallback--tooltipRadius;
- border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
text-align: center;
- background-color: rgba(255, 48, 16, 0.65);
- background-color: $fallback--cRed;
- min-height: 28px;
- line-height: 28px;
}
.register {