2017-07-12 20:37:34 +02:00
|
|
|
#status-message
|
|
|
|
horizontal
|
|
|
|
position fixed
|
|
|
|
bottom 0
|
|
|
|
left 0
|
|
|
|
width 100%
|
2018-11-23 10:14:49 +09:00
|
|
|
padding 0.5rem content-padding
|
2017-07-13 10:50:17 +02:00
|
|
|
pointer-events none
|
2017-10-02 13:18:27 +02:00
|
|
|
z-index 1000
|
2017-07-12 20:37:34 +02:00
|
|
|
|
2018-03-09 13:09:00 +01:00
|
|
|
&.fade-out
|
|
|
|
z-index 1
|
|
|
|
|
2017-07-12 20:37:34 +02:00
|
|
|
#status-message-text
|
|
|
|
flex 1
|
|
|
|
text-align center
|
2018-11-23 10:14:49 +09:00
|
|
|
line-height content-line-height
|
2017-07-12 20:37:34 +02:00
|
|
|
|
|
|
|
.status-message-action
|
|
|
|
color white !important
|
2017-10-20 02:43:02 +02:00
|
|
|
pointer-events auto !important
|
2018-11-22 16:52:29 +09:00
|
|
|
display flex
|
|
|
|
justify-content center
|
|
|
|
align-items center
|
2018-11-23 10:14:49 +09:00
|
|
|
margin-left 0.5rem
|
2017-07-12 20:37:34 +02:00
|
|
|
|
|
|
|
.error-message
|
|
|
|
color white
|
2017-07-21 10:10:48 +02:00
|
|
|
background-color hsl(0, 75%, 50%)
|
|
|
|
|
|
|
|
.info-message
|
|
|
|
color white
|
2017-11-04 08:45:39 +01:00
|
|
|
background tab-active-background
|