28 lines
439 B
Plaintext
28 lines
439 B
Plaintext
#status-message
|
|
horizontal
|
|
position fixed
|
|
bottom 0
|
|
left 0
|
|
width 100%
|
|
padding calc(content-padding / 2) content-padding
|
|
pointer-events none
|
|
z-index 1000
|
|
|
|
&.fade-out
|
|
z-index 1
|
|
|
|
#status-message-text
|
|
flex 1
|
|
text-align center
|
|
|
|
.status-message-action
|
|
color white !important
|
|
pointer-events auto !important
|
|
|
|
.error-message
|
|
color white
|
|
background-color hsl(0, 75%, 50%)
|
|
|
|
.info-message
|
|
color white
|
|
background tab-active-background |