14 lines
196 B
SCSS
14 lines
196 B
SCSS
.global-flash {
|
|
bottom: 0;
|
|
left: $spacing-s;
|
|
margin: 10px;
|
|
max-width: $drawer-width;
|
|
position: fixed;
|
|
width: 95%;
|
|
z-index: 300;
|
|
|
|
.message {
|
|
box-shadow: $box-shadow-high;
|
|
}
|
|
}
|