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
+2 -2
View File
@@ -22,7 +22,7 @@
--navlink-color: #4B4B4B;
--link-color: #1F9BDE;
--history-link-color: #A3A3A3;
--history-table-head: #DADADA;
--history-table-head-color: #DADADA;
--hamburger: #232323;
--dropdown-color: #DFDFDF;
--footer-color: #202020;
@@ -40,7 +40,7 @@
--navlink-color: #FFFFFF;
--link-color: #20729E;
--history-link-color: #4A4A4A;
--history-table-head: #5C5C5C;
--history-table-head-color: #4A4A4A;
--hamburger: #CDCDCD;
--dropdown-color: #303233;
--footer-color: #242526;