sccoreui 4.8.8 → 4.8.9
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/dist/App.scss +4 -3
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -500,14 +500,15 @@ div:has(ul.date_filter) .p-datepicker-footer {
|
|
|
500
500
|
height: 20px;
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
-
.full_form_field {
|
|
504
|
-
width: 586px;
|
|
505
|
-
}
|
|
506
503
|
|
|
507
504
|
.form_field {
|
|
508
505
|
width: 289px;
|
|
509
506
|
}
|
|
510
507
|
|
|
508
|
+
.form_field.full_form_field {
|
|
509
|
+
width: 586px;
|
|
510
|
+
}
|
|
511
|
+
|
|
511
512
|
.PhoneInput {
|
|
512
513
|
background: #ffffff;
|
|
513
514
|
border: 1px solid var(--gray-300);
|