Add sow-empty and sow-pagination styles for live-data pages
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -303,6 +303,24 @@ a.sow-card:hover {
|
|||||||
aspect-ratio: 16 / 10;
|
aspect-ratio: 16 / 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sow-empty {
|
||||||
|
color: var(--wg-text-muted);
|
||||||
|
font-style: italic;
|
||||||
|
padding: var(--wg-space-md) 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sow-pagination {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: var(--wg-space-md);
|
||||||
|
margin-top: var(--wg-space-lg);
|
||||||
|
|
||||||
|
.sow-pagination-status {
|
||||||
|
color: var(--wg-text-muted);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
.sow-news-layout,
|
.sow-news-layout,
|
||||||
.sow-feature,
|
.sow-feature,
|
||||||
|
|||||||
Reference in New Issue
Block a user