Refactors UI components with new card header structure
Replaces `swp-section-label` with standardized `swp-card-header` and `swp-card-title` Improves component consistency across multiple features: - Adds structured card headers - Introduces more semantic HTML elements - Enhances layout and readability of card components Updates CSS and component styles to support new structure
This commit is contained in:
parent
33c338345e
commit
c1d2df9327
31 changed files with 250 additions and 149 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Action Bar -->
|
||||
<swp-action-bar>
|
||||
<swp-action-bar class="grid-top">
|
||||
<swp-selection-info>
|
||||
<span id="selectionCount" localize="cash.table.noneSelected">0 valgt</span>
|
||||
</swp-selection-info>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue