Refactor zen-browser-ui.css to add styling for the Notification Stack

This commit is contained in:
mauro-balades
2024-09-10 19:19:36 +02:00
parent 9e251af4a7
commit da36c5e375

View File

@@ -37,3 +37,26 @@
display: flex;
flex-direction: row;
}
/* Notification Stack */
.notificationbox-stack {
&[notificationside="top"] {
position: absolute;
bottom: 0;
right: 0;
width: fit-content;
max-width: 30rem !important;
& notification-message {
background: var(--zen-colors-tertiary);
border-left: 1px solid var(--arrowpanel-border-color);
border-top-left-radius: var(--zen-border-radius);
&::before {
display: none;
}
}
}
}