transfer stacked bart chart from overview block
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user