Add better styling for the alert bar and add more types of alert.

This commit is contained in:
Oliver-Akins 2020-10-02 17:53:50 -06:00
parent 1a6e661f01
commit bfd8173b06

View file

@ -118,6 +118,7 @@ html, body, #app {
justify-content: center
position: absolute
display: flex
padding: 3px
width: 100vw
z-index: 1
left: 0
@ -128,6 +129,14 @@ html, body, #app {
background-color: $error-background-colour
color: $error-text-colour
}
.alert-bar.warning {
background-color: $warning-background-colour
color: $warning-text-colour
}
.alert-bar.info {
background-color: $info-background-colour
color: $info-text-colour
}
.input {
background-color: $input-background