10 lines
180 B
SCSS
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;
|
|
}
|