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

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