2018-04-03 14:16:57 +00:00
|
|
|
.global-flash {
|
|
|
|
bottom: 0;
|
2018-11-02 05:27:39 +00:00
|
|
|
left: $spacing-s;
|
2018-04-03 14:16:57 +00:00
|
|
|
margin: 10px;
|
2018-11-02 05:27:39 +00:00
|
|
|
max-width: $drawer-width;
|
|
|
|
position: fixed;
|
|
|
|
width: 95%;
|
2018-06-14 18:52:00 +00:00
|
|
|
z-index: 300;
|
2018-04-03 14:16:57 +00:00
|
|
|
|
2018-11-02 05:27:39 +00:00
|
|
|
.message {
|
2018-05-24 17:09:50 +00:00
|
|
|
box-shadow: $box-shadow-high;
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
}
|