2024-06-14 07:39:38 +00:00
|
|
|
#table-notifications {
|
2024-06-20 07:26:33 +00:00
|
|
|
z-index: 1000;
|
2024-06-14 07:39:38 +00:00
|
|
|
position: fixed;
|
|
|
|
width: 60em;
|
|
|
|
max-width: 80%;
|
|
|
|
top: 1em; left: 0;
|
|
|
|
transform: translate(calc(50vw - 50%));
|
|
|
|
li {
|
2024-06-20 07:26:33 +00:00
|
|
|
box-shadow: 5px 5px 15px var(--shadow-color);
|
2024-06-14 07:39:38 +00:00
|
|
|
background-color: var(--notification-bg-color);
|
|
|
|
list-style-type: none;
|
|
|
|
padding: .5em;
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
}
|
|
|
|
}
|