sccoreui 5.0.6 → 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 +11 -2
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -500,14 +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
|
-
width:
|
|
511
|
+
.large_from_filed {
|
|
512
|
+
width: 589px;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.extra_large_from_filed {
|
|
516
|
+
width: 891px;
|
|
509
517
|
}
|
|
510
518
|
|
|
519
|
+
|
|
511
520
|
.PhoneInput {
|
|
512
521
|
background: #ffffff;
|
|
513
522
|
border: 1px solid var(--gray-300);
|