wip
This commit is contained in:
parent
abcf8ee75e
commit
12869e35bf
34 changed files with 1177 additions and 156 deletions
|
|
@ -8,10 +8,7 @@
|
|||
NOTIFICATION LIST
|
||||
=========================================== */
|
||||
swp-notification-list {
|
||||
display: grid;
|
||||
grid-template-columns: 50px 1fr;
|
||||
gap: var(--spacing-4) var(--spacing-6);
|
||||
padding: 0 var(--card-body-padding);
|
||||
display: contents;
|
||||
}
|
||||
|
||||
/* ===========================================
|
||||
|
|
@ -70,23 +67,3 @@ swp-notification-content {
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
swp-notification-text {
|
||||
display: block;
|
||||
font-size: var(--font-size-md);
|
||||
color: var(--color-text);
|
||||
line-height: var(--line-height-snug);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
swp-notification-text strong {
|
||||
font-weight: var(--font-weight-semibold);
|
||||
}
|
||||
|
||||
swp-notification-time {
|
||||
display: block;
|
||||
font-size: var(--font-size-xs);
|
||||
color: var(--color-text-secondary);
|
||||
margin-top: var(--spacing-1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue