-
-
Balls
-
{{ (0.33 * 100).toFixed(0) }}%
+
+
+
{{ (0.77 * 100).toFixed(0) }}%
+
+
+
-
-
-
-
-
Precision
-
{{ (0.77 * 100).toFixed(0) }}%
+
+
+
{{ (0.33 * 100).toFixed(0) }}%
+
+
+
-
@@ -108,19 +124,6 @@ generateItems();
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -166,27 +169,33 @@ ion-label strong{
.item-labels {
width: 100%;
+ display: flex;
+ align-items: start;
}
-.progress-section {
- margin-bottom: 12px;
-}
-.top-row {
- padding: 2px 0 0 0;
+/* Circle progress bar */
+.circle-container {
display: flex;
justify-content: space-between;
align-items: center;
- margin-bottom: 6px;
}
-.left-label {
- font-weight: normal;
- font-size: 16px;
+.circle-wrapper {
+ flex: 1;
+ text-align: center;
+ margin: 10px 10px 10px 0;
+ display: flex; /* Flexbox für vertikale Ausrichtung */
+ flex-direction: column; /* Elemente übereinander anordnen */
+ justify-content: center; /* Vertikale Zentrierung */
+ align-items: center; /* Horizontale Zentrierung */
}
-.right-label {
- font-weight: normal;
- font-size: 14px;
+.circle-wrapper label {
+ display: block;
+ font-size: 12px;
+ font-weight: bold;
+ color: var(--ion-color-medium);
+ margin-top: 8px;
}