sccoreui 5.0.7 → 5.0.8
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 +9 -4
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -500,18 +500,23 @@ div:has(ul.date_filter) .p-datepicker-footer {
|
|
|
500
500
|
height: 20px;
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
+
.form_field {
|
|
504
|
+
width: 18.063rem;
|
|
505
|
+
}
|
|
506
|
+
|
|
503
507
|
.full_form_field {
|
|
504
508
|
width: 37.125rem;
|
|
505
509
|
}
|
|
506
510
|
|
|
507
|
-
.
|
|
508
|
-
|
|
511
|
+
.large_from_filed {
|
|
512
|
+
width: 589px;
|
|
509
513
|
}
|
|
510
514
|
|
|
511
|
-
.
|
|
512
|
-
width:
|
|
515
|
+
.extra_large_from_filed {
|
|
516
|
+
width: 891px;
|
|
513
517
|
}
|
|
514
518
|
|
|
519
|
+
|
|
515
520
|
.PhoneInput {
|
|
516
521
|
background: #ffffff;
|
|
517
522
|
border: 1px solid var(--gray-300);
|