init: init of the repository with basic connexion page and dashboard
This commit is contained in:
7
app/globals.css
Normal file
7
app/globals.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
::-webkit-scrollbar { width: 4px; }
|
||||
::-webkit-scrollbar-track { background: transparent; }
|
||||
::-webkit-scrollbar-thumb { background: #1a2a1a; border-radius: 2px; }
|
||||
Reference in New Issue
Block a user