open-vault/ui/app/styles/components/global-flash.scss
2022-01-13 10:01:48 -08:00

20 lines
342 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;
.message-body {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
display: inline-flex;
}
}
}