🚀 Initial commit: Dokploy Dashboard Pro with container controls
This commit is contained in:
15
app/globals.css
Normal file
15
app/globals.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
|
||||
background: linear-gradient(135deg, #0f172a 0%, #581c87 50%, #0f172a 100%);
|
||||
min-height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user