9fb8be5a72
* create masked-input component
18 lines
261 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|