Files
myprojplanet_vite/src/layouts/toolbar/notifPopover/notifPopover.scss
Paolo Arena e2006e683b Notifications
Settings Notifications
User Panel
2022-07-23 17:44:44 +02:00

37 lines
386 B
SCSS
Executable File

.list {
max-width: 400px;
}
.item > img.item-primary:not(.thumbnail) {
border-radius: 10px !important;
}
.item > img.item-primary {
width: 48px;
height: 46px;
}
.item > .item-secondary {
width: 57px;
font-size: 13px;
}
.unread {
}
.unread-date {
color: royalblue;
font-weight: 600;
}
.read {
color: grey;
}
.my-custom-toggle {
border: 1px solid #027be3;
}