general-library-union 3.0.50 → 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
|
@@ -3229,6 +3229,12 @@ p.chip {
|
|
|
3229
3229
|
|
|
3230
3230
|
}
|
|
3231
3231
|
|
|
3232
|
+
input:-webkit-autofill {
|
|
3233
|
+
-webkit-box-shadow: 0 0 0 1000px white inset !important;
|
|
3234
|
+
box-shadow: 0 0 0 1000px white inset !important;
|
|
3235
|
+
-webkit-text-fill-color: #000 !important;
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3232
3238
|
input:-moz-autofill {
|
|
3233
3239
|
background-color: #fff !important;
|
|
3234
3240
|
color: #232323 !important;
|
|
@@ -3246,6 +3252,13 @@ p.chip {
|
|
|
3246
3252
|
|
|
3247
3253
|
.p-progressbar {
|
|
3248
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;
|
|
3249
3262
|
}
|
|
3250
3263
|
|
|
3251
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;
|