nidus-sync/scss/sync/notification.scss
2026-03-21 19:41:51 +00:00

10 lines
180 B
SCSS

.notification-item {
transition: all 0.2s ease;
}
.notification-item:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.notification-time {
font-size: 0.8rem;
color: #6c757d;
}