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:
@ -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%);
|
||||
|
Reference in New Issue
Block a user