@pmidc/upyog-css 1.2.36-dev.1.3 → 1.2.36-dev.1.5
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 +14 -6
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +21 -7
- package/src/modules/BPA/index.scss +2 -6
- package/src/pages/employee/index.scss +1 -1
package/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -1000,12 +1000,12 @@
|
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
.options-card {
|
|
1003
|
-
max-height: 350px;
|
|
1004
|
-
overflow-y: auto;
|
|
1005
|
-
overflow-x: hidden;
|
|
1006
|
-
border: 1px solid #ccc;
|
|
1003
|
+
max-height: 350px;
|
|
1004
|
+
overflow-y: auto;
|
|
1005
|
+
overflow-x: hidden;
|
|
1006
|
+
border: 1px solid #ccc;
|
|
1007
1007
|
border-radius: 8px;
|
|
1008
|
-
background-color: #fff;
|
|
1008
|
+
background-color: #fff;
|
|
1009
1009
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
1010
1010
|
padding: 4px 0;
|
|
1011
1011
|
}
|
|
@@ -2401,6 +2401,20 @@ input[type="date"] {
|
|
|
2401
2401
|
width: 100%;
|
|
2402
2402
|
}
|
|
2403
2403
|
}
|
|
2404
|
-
.hrms-text-transform{
|
|
2404
|
+
.hrms-text-transform {
|
|
2405
2405
|
text-transform: none !important;
|
|
2406
|
-
}
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
.noc-popupStyles {
|
|
2409
|
+
width: unset;
|
|
2410
|
+
min-width: 360px;
|
|
2411
|
+
max-width: 600px;
|
|
2412
|
+
padding: 20px;
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
.engagementForm {
|
|
2416
|
+
width: 70%;
|
|
2417
|
+
@media (max-width: 768px) {
|
|
2418
|
+
width: 100%;
|
|
2419
|
+
}
|
|
2420
|
+
}
|