Add better styling for the alert bar and add more types of alert.
This commit is contained in:
parent
1a6e661f01
commit
bfd8173b06
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue