mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Refactor code
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
:root {
|
||||
--primary-color: #0010ba;
|
||||
--header-table-color: #ebebeb;
|
||||
--border-color: #8c8c8c;
|
||||
--radius-sm: 10px;
|
||||
--hover-background-color: #f3f4f6;
|
||||
--light-text: #fff;
|
||||
--dark-text: #787878;
|
||||
|
||||
--radius-sm: 5px;
|
||||
--radius-md: 10px;
|
||||
|
||||
--shadow-sm: 0px 10px 20px rgba(0, 0, 0, 0.2);
|
||||
|
||||
--fs-md: 30px;
|
||||
--fs-lg: 40px;
|
||||
--fs-sm: 18px;
|
||||
--fs-sm-x: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user