general-library-union 3.0.51 → 3.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3252,6 +3252,13 @@ p.chip {
|
|
|
3252
3252
|
|
|
3253
3253
|
.p-progressbar {
|
|
3254
3254
|
background: var(--color-400) !important;
|
|
3255
|
+
border-radius: 60px;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.p-progressbar .p-progressbar-label {
|
|
3259
|
+
color: #fff;
|
|
3260
|
+
line-height: 7px !important;
|
|
3261
|
+
font-size: 0.8rem !important;
|
|
3255
3262
|
}
|
|
3256
3263
|
|
|
3257
3264
|
.p-progressbar-indeterminate .p-progressbar-value:before {
|
|
@@ -3676,6 +3676,17 @@ span.p-inputnumber-button-group {
|
|
|
3676
3676
|
background: var(--color-400) !important;
|
|
3677
3677
|
}
|
|
3678
3678
|
|
|
3679
|
+
.p-progressbar {
|
|
3680
|
+
background: var(--color-400) !important;
|
|
3681
|
+
border-radius: 60px;
|
|
3682
|
+
}
|
|
3683
|
+
|
|
3684
|
+
.p-progressbar .p-progressbar-label {
|
|
3685
|
+
color: #fff;
|
|
3686
|
+
line-height: 7px !important;
|
|
3687
|
+
font-size: 0.8rem !important;
|
|
3688
|
+
}
|
|
3689
|
+
|
|
3679
3690
|
.p-progressbar-indeterminate .p-progressbar-value:before {
|
|
3680
3691
|
content: "";
|
|
3681
3692
|
background-color: var(--color-700) !important;
|