open-vault/ui/app/styles/components/global-flash.scss
madalynrose 9fb8be5a72
Masked input (#4759)
* create masked-input component
2018-06-14 14:52:00 -04:00

18 lines
261 B
SCSS

.global-flash {
position: fixed;
max-width: 450px;
width: 95%;
bottom: 0;
left: 0;
margin: 10px;
z-index: 300;
.notification {
box-shadow: $box-shadow-high;
margin: 20px;
@include until($desktop) {
margin: 1rem 0;
}
}
}