It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:

This commit is contained in:
2025-06-11 09:05:15 +02:00
parent 36c2466e53
commit 6d6aa954dd
15556 changed files with 1076330 additions and 1 deletions

View File

@ -505,6 +505,27 @@
background: linear-gradient(135deg, rgba(30, 41, 59, 1) 0%, rgba(15, 23, 42, 1) 100%);
}
/* Toggle Switch Styling */
.dot {
transition: transform 0.3s ease;
}
input[type="checkbox"]:checked + div .dot {
transform: translateX(1.25rem);
}
/* Plug Event Styling */
.fc-event[data-event-type="plug_status"] {
border-radius: 4px !important;
padding: 2px 6px !important;
font-size: 10px !important;
line-height: 1.2 !important;
max-height: 20px !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
/* Enhanced Statistics Cards */
.stat-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);