Reorganizes and optimizes shared CSS components
Consolidates UI components into a centralized components.css file Removes duplicate styles across multiple CSS files Adds utility classes in a new utilities.css file Reduces overall CSS complexity and improves maintainability Removes quick-stats.css and redistributes its styles Updates layout and stylesheet references accordingly
This commit is contained in:
parent
15579acba8
commit
2e6207bb0b
33 changed files with 971 additions and 796 deletions
|
|
@ -1,13 +1,10 @@
|
|||
@model PlanTempus.Application.Features.Dashboard.Components.NotificationListViewModel
|
||||
|
||||
<swp-card data-key="@Model.Key">
|
||||
<swp-card-header>
|
||||
<swp-card-title>
|
||||
<i class="ph ph-bell"></i>
|
||||
@Model.Title
|
||||
</swp-card-title>
|
||||
<swp-card-action>@Model.ActionText</swp-card-action>
|
||||
</swp-card-header>
|
||||
<swp-section-header>
|
||||
<swp-section-label>@Model.Title</swp-section-label>
|
||||
<swp-section-action>@Model.ActionText</swp-section-action>
|
||||
</swp-section-header>
|
||||
<swp-card-content>
|
||||
<swp-notification-list>
|
||||
@foreach (var notificationKey in Model.NotificationKeys)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue