refactor: migrate blog post layout from classic view to responsive isotope grid with dynamic category styling and simulated engagement metrics
This commit is contained in:
@@ -329,6 +329,17 @@
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
/* Pagination Overrides matching brand color */
|
||||
.pagination-alt .page-item.active .page-link {
|
||||
background: #e31e24 !important;
|
||||
border-color: #e31e24 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.pagination-alt .page-link:hover {
|
||||
color: #e31e24 !important;
|
||||
border-color: #e31e24 !important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
|
||||
Reference in New Issue
Block a user