nidus-sync/scss/sync/notification.scss

11 lines
177 B
SCSS
Raw Normal View History

2026-02-10 16:24:37 +00:00
.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;
}