@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.2.36-dev.1.3",
3
+ "version": "1.2.36-dev.1.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
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
+ }
@@ -49,13 +49,9 @@
49
49
  }
50
50
 
51
51
  /* Button */
52
- .upload-file-button {
53
- position: absolute;
54
- opacity: 0;
52
+ .upload-file-button {
55
53
  height: 40px;
56
- width: 175px;
57
- top: 10px;
58
- left: 15px;
54
+ width: 175px;
59
55
  }
60
56
 
61
57
  /* Hide elements */
@@ -7,7 +7,7 @@
7
7
  .ground-container {
8
8
  margin-bottom: 56px;
9
9
  margin-left: 0px;
10
- margin-top: 3rem !important;
10
+ margin-top: 5rem !important;
11
11
  @apply flex flex-col;
12
12
  }
13
13
  .card-home {