minor bug fixes
This commit is contained in:
parent
07a5f2fa66
commit
e07c0709cd
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -227,23 +227,6 @@
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.sidebar-logo .theme-toggle {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: #f8f9ff;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #8893a7;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.sidebar-logo .theme-toggle:hover {
|
||||
background: #e8e9ff;
|
||||
color: #5856d6;
|
||||
}
|
||||
|
||||
#sidebar .server-info {
|
||||
padding: 15px;
|
||||
|
|
@ -705,9 +688,6 @@
|
|||
<div class="brand">CyberPanel</div>
|
||||
<div class="tagline">Web Hosting Panel</div>
|
||||
</div>
|
||||
<div class="theme-toggle">
|
||||
<i class="fas fa-moon"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section-header">OVERVIEW</div>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
/* Page Structure */
|
||||
.page-wrapper {
|
||||
background: transparent;
|
||||
padding: 20px;
|
||||
padding: 0 20px 20px 20px;
|
||||
}
|
||||
|
||||
.page-container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue