feat: add new categorized statistics card to dashboard with gradient styling and percentage display
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m27s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m27s
This commit is contained in:
@@ -594,4 +594,30 @@
|
||||
);
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.stat-card-gradient-5 {
|
||||
background: linear-gradient(
|
||||
135deg,
|
||||
color-mix(in srgb, var(--chart-5) 12%, var(--card)) 0%,
|
||||
color-mix(in srgb, var(--chart-5) 8%, var(--card)) 50%,
|
||||
color-mix(in srgb, var(--chart-5) 6%, var(--card)) 100%
|
||||
);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.stat-card-gradient-5::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
right: -50%;
|
||||
width: 200%;
|
||||
height: 200%;
|
||||
background: radial-gradient(
|
||||
circle,
|
||||
color-mix(in srgb, var(--chart-5) 20%, transparent) 0%,
|
||||
transparent 70%
|
||||
);
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user