@pmidc/upyog-css 1.2.36-dev.1.3 → 1.2.36-dev.1.4
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 +6 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +9 -1
- package/src/modules/BPA/index.scss +0 -1
package/dist/index.css
CHANGED
|
@@ -19589,7 +19589,6 @@ body {
|
|
|
19589
19589
|
|
|
19590
19590
|
.upload-file-button {
|
|
19591
19591
|
position: absolute;
|
|
19592
|
-
opacity: 0;
|
|
19593
19592
|
height: 40px;
|
|
19594
19593
|
width: 175px;
|
|
19595
19594
|
top: 10px;
|
|
@@ -22605,3 +22604,9 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
22605
22604
|
|
|
22606
22605
|
.hrms-text-transform {
|
|
22607
22606
|
text-transform: none !important; }
|
|
22607
|
+
|
|
22608
|
+
.noc-popupStyles {
|
|
22609
|
+
width: unset;
|
|
22610
|
+
min-width: 360px;
|
|
22611
|
+
max-width: 600px;
|
|
22612
|
+
padding: 20px; }
|