shelving
Version:
Toolkit for using data in JavaScript.
15 lines (13 loc) • 356 B
CSS
@import "../style/base.css";
@layer components {
.notices {
position: fixed;
bottom: var(--notices-offset, var(--space-normal));
right: var(--notices-offset, var(--space-normal));
z-index: 1000;
display: flex;
max-width: var(--notices-width, var(--width-narrow));
flex-direction: column;
gap: var(--notices-gap, var(--space-small));
}
}