@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/dist/index.css
CHANGED
|
@@ -7990,7 +7990,7 @@ video::-webkit-media-controls-panel {
|
|
|
7990
7990
|
.employee .ground-container {
|
|
7991
7991
|
margin-bottom: 56px;
|
|
7992
7992
|
margin-left: 0;
|
|
7993
|
-
margin-top:
|
|
7993
|
+
margin-top: 5rem !important;
|
|
7994
7994
|
display: -webkit-box;
|
|
7995
7995
|
display: -ms-flexbox;
|
|
7996
7996
|
display: flex;
|
|
@@ -19588,12 +19588,8 @@ body {
|
|
|
19588
19588
|
min-height: 50px; }
|
|
19589
19589
|
|
|
19590
19590
|
.upload-file-button {
|
|
19591
|
-
position: absolute;
|
|
19592
|
-
opacity: 0;
|
|
19593
19591
|
height: 40px;
|
|
19594
|
-
width: 175px;
|
|
19595
|
-
top: 10px;
|
|
19596
|
-
left: 15px; }
|
|
19592
|
+
width: 175px; }
|
|
19597
19593
|
|
|
19598
19594
|
.upload-hidden {
|
|
19599
19595
|
display: none; }
|
|
@@ -22605,3 +22601,15 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
22605
22601
|
|
|
22606
22602
|
.hrms-text-transform {
|
|
22607
22603
|
text-transform: none !important; }
|
|
22604
|
+
|
|
22605
|
+
.noc-popupStyles {
|
|
22606
|
+
width: unset;
|
|
22607
|
+
min-width: 360px;
|
|
22608
|
+
max-width: 600px;
|
|
22609
|
+
padding: 20px; }
|
|
22610
|
+
|
|
22611
|
+
.engagementForm {
|
|
22612
|
+
width: 70%; }
|
|
22613
|
+
@media (max-width: 768px) {
|
|
22614
|
+
.engagementForm {
|
|
22615
|
+
width: 100%; } }
|