made alerts use red with transparent theme red. some UI improvs

This commit is contained in:
Henry Jameson 2018-04-08 03:22:03 +03:00
parent 2e95193559
commit cc02672e14
9 changed files with 57 additions and 50 deletions

View file

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