finish notifications featur

This commit is contained in:
smanylov
2026-04-06 13:02:38 +07:00
parent 1fe49c24e8
commit b377c11c41
6 changed files with 62 additions and 20 deletions
+15 -1
View File
@@ -5114,6 +5114,10 @@
&:last-child {
border-bottom: none;
}
&.loading {
opacity: 0.6;
}
}
&-header {
@@ -5127,7 +5131,7 @@
}
&-title {
font-weight: 600;
font-weight: 800;
font-size: 18px;
margin-bottom: 4px;
}
@@ -5135,6 +5139,7 @@
&-text {
color: v.$text-s;
margin-bottom: 4px;
font-weight: 600;
}
&-status {
@@ -5188,6 +5193,15 @@
}
}
}
.notification-item.READIED {
.notification-title,
.notification-text {
font-weight: 500;
opacity: 0.8;
}
}
}
&-footer {