mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-06 15:56:26 +02:00
minor bug fixes
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
text-decoration: none;
|
||||
font-size: 0.875rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
@@ -86,7 +86,7 @@
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
text-decoration: none;
|
||||
font-size: 0.875rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
@@ -109,7 +109,7 @@
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
text-decoration: none;
|
||||
font-size: 0.875rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.btn-outline:hover {
|
||||
@@ -259,7 +259,7 @@
|
||||
margin-bottom: 0.5rem;
|
||||
font-weight: 500;
|
||||
color: #1e293b;
|
||||
font-size: 0.875rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
@@ -267,7 +267,7 @@
|
||||
padding: 0.875rem 1rem;
|
||||
border: 1px solid #e8e9ff;
|
||||
border-radius: 10px;
|
||||
font-size: 0.875rem;
|
||||
font-size: 1rem;
|
||||
transition: all 0.3s ease;
|
||||
background: #fff;
|
||||
}
|
||||
@@ -295,7 +295,7 @@
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
color: #1e293b;
|
||||
font-size: 0.875rem;
|
||||
font-size: 1rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
border-bottom: 1px solid #e8e9ff;
|
||||
@@ -304,7 +304,7 @@
|
||||
.data-table td {
|
||||
padding: 1rem;
|
||||
color: #64748b;
|
||||
font-size: 0.875rem;
|
||||
font-size: 1rem;
|
||||
border-bottom: 1px solid #f3f4f6;
|
||||
}
|
||||
|
||||
@@ -322,7 +322,7 @@
|
||||
gap: 0.25rem;
|
||||
padding: 0.375rem 0.875rem;
|
||||
border-radius: 50px;
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
@@ -374,7 +374,7 @@
|
||||
background: #5b5fcf;
|
||||
color: white;
|
||||
padding: 0.25rem 3rem;
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
transform: rotate(45deg);
|
||||
letter-spacing: 0.1em;
|
||||
@@ -446,7 +446,7 @@
|
||||
.action-buttons .btn-primary,
|
||||
.action-buttons .btn-secondary {
|
||||
padding: 0.5rem 1rem;
|
||||
font-size: 0.825rem;
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
|
||||
@keyframes fadeInDown {
|
||||
|
||||
Reference in New Issue
Block a user