Added status messages

This commit is contained in:
2017-07-12 20:37:34 +02:00
parent ab938e804c
commit 9d309b2e8c
9 changed files with 124 additions and 48 deletions

View File

@ -0,0 +1,18 @@
#status-message
horizontal
position fixed
bottom 0
left 0
width 100%
padding calc(content-padding / 2) content-padding
#status-message-text
flex 1
text-align center
.status-message-action
color white !important
.error-message
color white
background-color hsl(0, 75%, 50%)