transfer stacked bart chart from overview block

This commit is contained in:
smanylov
2025-12-28 11:34:22 +07:00
parent bd2ec273a9
commit 6d9313cbb8
7 changed files with 244 additions and 154 deletions
+28 -1
View File
@@ -78,10 +78,27 @@
justify-content: center;
align-items: center;
&.total-checks,
&.total-files {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 0 10px;
.protection-stat-value {
justify-self: end;
padding-right: 10px;
padding-left: 10px;
}
.protection-stat-label {
text-align: start;
}
}
&-row {
display: flex;
align-items: center;
justify-content: start;
justify-content: center;
gap: 10px;
width: 100%;
}
@@ -99,6 +116,7 @@
&-label {
font-size: 14px;
opacity: 0.9;
text-align: center;
}
&-total-info {
@@ -150,6 +168,11 @@
transition: all 0.3s ease;
}
}
&:has(.stacked-bar-chart) {
height: 100%;
padding-left: 100px;
}
}
&-switch {
@@ -157,6 +180,10 @@
right: 10px;
top: 10px;
}
&:has(.stacked-bar-chart) {
padding: 0;
}
}
.stats-wrapper {