Refactor table and pagination UI components.

Replaced inline styles with reusable classes for better maintainability. Improved pagination button styling and added transitions to the history table header for a polished user experience. Updated SCSS variables for consistent naming conventions.
This commit is contained in:
Peter
2025-04-12 21:55:25 +02:00
parent a4d8fc07e9
commit 13122559db
5 changed files with 27 additions and 12 deletions
@@ -4,7 +4,7 @@
<ng-container *ngIf="history.length > 0">
<table [cellSpacing]="0">
<div style="width: 1300px; background-color: #dadada;">
<div class="historyTableHead">
<thead>
<tr>
<th class="historyType">Type</th>