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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user