Basically wrote the whole thing.
This commit is contained in:
15
scss/_variables.scss
Normal file
15
scss/_variables.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
:root {
|
||||
/* App variables */
|
||||
--fullscreen-max-width: 3440px;
|
||||
--primary-color: #1e90ff;
|
||||
--success-color: #2ed573;
|
||||
--danger-color: #ff4757;
|
||||
--warning-color: #ffa502;
|
||||
--light-color: #f5f5f5;
|
||||
--dark-color: #333;
|
||||
--background-color: #f0f2f5;
|
||||
--card-background: #ffffff;
|
||||
--text-color: #333;
|
||||
--border-radius: 12px;
|
||||
--shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
Reference in New Issue
Block a user