💄 Add post expired tip features.

This commit is contained in:
elkan1788
2025-01-03 20:48:41 +08:00
parent 9aaaf388f8
commit b559782447
14 changed files with 132 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
@include alert-styles(#{$key}, $color);
}
.post-alert-title {
.post-alert-title, .post-expired-title {
display: flex;
align-items: center;
@@ -31,6 +31,6 @@
}
}
.post-alert-content {
.post-alert-content, .post-expired-content {
color: var(--text-color);
}