base_ui/assets/notifications/scss/notifications.scss

23 lines
488 B
SCSS
Raw Permalink Normal View History

2025-02-01 09:34:55 +00:00
.notification-page {
.main-page__content {
// height: calc(100dvh - 68px);
height: 100ddvh;
min-height: 100dvh;
margin-right: var(--sidebar-collapsed-width);
// display: flex;
.notif-list {
padding: 1em 0;
height: calc(100dvh - 18em);
overflow-y: auto;
// display: flex;
// flex-direction: column;
// justify-content: center;
// overflow: hidden auto;
}
.badge-light {
background-color: #eee;
}
}
}