@pmidc/upyog-css 1.2.23 → 1.2.25
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 +9 -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/src/pages/swach/index.scss +6 -0
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;
|
|
@@ -14683,6 +14683,10 @@ body {
|
|
|
14683
14683
|
.swach-width-250 {
|
|
14684
14684
|
width: 250px !important; }
|
|
14685
14685
|
|
|
14686
|
+
@media only screen and (min-width: 768px) {
|
|
14687
|
+
.swach-link-card {
|
|
14688
|
+
padding: 0 !important; } }
|
|
14689
|
+
|
|
14686
14690
|
.alignmentSettle .field, .alignmentSettle .form-field {
|
|
14687
14691
|
width: calc(25% - 15px) !important;
|
|
14688
14692
|
margin-right: 15px !important;
|
|
@@ -16642,6 +16646,10 @@ body {
|
|
|
16642
16646
|
margin-left: 16px;
|
|
16643
16647
|
width: calc(100% - 16px); }
|
|
16644
16648
|
|
|
16649
|
+
.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] {
|
|
16650
|
+
width: 100% !important;
|
|
16651
|
+
max-width: none !important; }
|
|
16652
|
+
|
|
16645
16653
|
.custom-timeline-container {
|
|
16646
16654
|
padding: 24px;
|
|
16647
16655
|
background: linear-gradient(135deg, #fff, #f8fafb);
|