Mobile notification styles
This commit is contained in:
parent
326ca094c8
commit
c76d1c1e49
@ -1,4 +1,7 @@
|
|||||||
.vue-notification-group .notification {
|
.vue-notification-group {
|
||||||
|
z-index: 130 !important;
|
||||||
|
|
||||||
|
.notification {
|
||||||
margin: 0 0.5rem 1rem;
|
margin: 0 0.5rem 1rem;
|
||||||
padding: 1rem 1.5rem;
|
padding: 1rem 1.5rem;
|
||||||
min-height: 5rem;
|
min-height: 5rem;
|
||||||
@ -29,3 +32,18 @@
|
|||||||
border-left-color: #b82e24;
|
border-left-color: #b82e24;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 767px) {
|
||||||
|
.vue-notification-wrapper:first-child:before {
|
||||||
|
content: '';
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
lefT: 0;
|
||||||
|
right: 0;
|
||||||
|
display: block;
|
||||||
|
height: 10rem;
|
||||||
|
background-image: linear-gradient(0deg, var(--background-dark), transparent);
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user