diff --git a/dns/frontend/dashboard.html b/dns/frontend/dashboard.html index 79ca86b..4e683c1 100644 --- a/dns/frontend/dashboard.html +++ b/dns/frontend/dashboard.html @@ -22,27 +22,27 @@ } .container { - bg-[#262626] p-6 rounded-lg shadow-lg max-w-6xl mx-auto + bg-[#262626] p-6 rounded-lg shadow-lg max-w-6xl } .primary-btn { - px-4 py-2 rounded-lg font-medium cursor-pointer transition-colors bg-[#dc2626] text-white + p-3 rounded-lg font-medium cursor-pointer transition-colors bg-[#dc2626] text-white } .success-btn { - px-4 py-2 rounded-lg font-medium cursor-pointer transition-colors bg-[#ef4444] text-white + p-3 rounded-lg font-medium cursor-pointer transition-colors bg-[#ef4444] text-white } .danger-btn { - px-4 py-2 rounded-lg font-medium cursor-pointer transition-colors bg-[#b91c1c] text-white + p-3 rounded-lg font-medium cursor-pointer transition-colors bg-[#b91c1c] text-white } .secondary-btn { - px-4 py-2 rounded-lg font-medium cursor-pointer transition-colors bg-[#525252] text-white w-32 h-12 + p-3 rounded-lg font-medium cursor-pointer transition-colors bg-[#525252] text-white w-32 h-12 } .warning-btn { - px-4 py-2 rounded-lg font-medium cursor-pointer transition-colors bg-[#dc2626] text-white + p-3 rounded-lg font-medium cursor-pointer transition-colors bg-[#dc2626] text-white } .form-group { @@ -50,11 +50,11 @@ } .form-input { - w-full p-3 border border-gray-600 rounded-md bg-[#374151] text-white + w-full p-3 border border-gray-600 rounded-md bg-[#374151] text-white active:border-red-500 } .card { - bg-[#262626] p-4 rounded-lg shadow border border-gray-700 + bg-[#262626] p-6 rounded-lg shadow border border-gray-700 } .stats-card { @@ -103,7 +103,7 @@
Domain Name:
diff --git a/dns/frontend/index.html b/dns/frontend/index.html index eadc2f2..a323f49 100644 --- a/dns/frontend/index.html +++ b/dns/frontend/index.html @@ -7,8 +7,8 @@ -