2017-07-12 18:37:34 +00:00
|
|
|
#status-message
|
|
|
|
horizontal
|
|
|
|
position fixed
|
|
|
|
bottom 0
|
|
|
|
left 0
|
|
|
|
width 100%
|
|
|
|
padding calc(content-padding / 2) content-padding
|
2017-07-13 08:50:17 +00:00
|
|
|
pointer-events none
|
2017-07-12 18:37:34 +00:00
|
|
|
|
|
|
|
#status-message-text
|
|
|
|
flex 1
|
|
|
|
text-align center
|
|
|
|
|
|
|
|
.status-message-action
|
|
|
|
color white !important
|
2017-07-15 00:01:14 +00:00
|
|
|
pointer-events all !important
|
2017-07-12 18:37:34 +00:00
|
|
|
|
|
|
|
.error-message
|
|
|
|
color white
|
2017-07-21 08:10:48 +00:00
|
|
|
background-color hsl(0, 75%, 50%)
|
|
|
|
|
|
|
|
.info-message
|
|
|
|
color white
|
|
|
|
background-color forum-tag-hover-color
|