@pmidc/upyog-css 1.2.23 → 1.2.24
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/index.css +5 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +15 -16
- package/src/pages/common/pgrUICssfix.scss +22 -0
- package/src/pages/employee/index.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -7923,7 +7923,7 @@ video::-webkit-media-controls-panel {
|
|
|
7923
7923
|
.employee .ground-container {
|
|
7924
7924
|
margin-bottom: 56px;
|
|
7925
7925
|
margin-left: 0;
|
|
7926
|
-
margin-top:
|
|
7926
|
+
margin-top: 3rem !important;
|
|
7927
7927
|
display: -webkit-box;
|
|
7928
7928
|
display: -ms-flexbox;
|
|
7929
7929
|
display: flex;
|
|
@@ -16642,6 +16642,10 @@ body {
|
|
|
16642
16642
|
margin-left: 16px;
|
|
16643
16643
|
width: calc(100% - 16px); }
|
|
16644
16644
|
|
|
16645
|
+
.pgr-create-complaint-wrapper .form-field .text-input, .pgr-create-complaint-wrapper .label-field-pair .form-field .text-input.desktop-w-full, .pgr-create-complaint-wrapper .mobile-number-input-with-prefix, .pgr-create-complaint-wrapper input[name=mobileNumber], .pgr-create-complaint-wrapper .checkbox-wrap .input-emp[name=mobileNumber], .checkbox-wrap .pgr-create-complaint-wrapper .input-emp[name=mobileNumber] {
|
|
16646
|
+
width: 100% !important;
|
|
16647
|
+
max-width: none !important; }
|
|
16648
|
+
|
|
16645
16649
|
.custom-timeline-container {
|
|
16646
16650
|
padding: 24px;
|
|
16647
16651
|
background: linear-gradient(135deg, #fff, #f8fafb);
|