finish notifications featur
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user