open-vault/ui/app/styles/components/global-flash.scss

14 lines
196 B
SCSS
Raw Normal View History

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%;
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
}
}