@pmidc/upyog-css 1.2.36-dev.1.1 → 1.2.36-dev.1.11
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 +895 -11
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/actionbar.scss +1 -1
- package/src/components/card.scss +4 -1
- package/src/components/uploadcomponents.scss +1 -1
- package/src/index.scss +24 -8
- package/src/modules/BPA/index.scss +118 -6
- package/src/modules/TL/index.scss +797 -0
- package/src/pages/employee/index.scss +1 -1
package/package.json
CHANGED
package/src/components/card.scss
CHANGED
package/src/index.scss
CHANGED
|
@@ -141,6 +141,7 @@
|
|
|
141
141
|
@import "./modules/hrms/index.scss";
|
|
142
142
|
@import "./modules/BPA/index.scss";
|
|
143
143
|
@import "./pages/common/sitePhotoGraphs.scss";
|
|
144
|
+
@import "./modules/TL/index.scss";
|
|
144
145
|
|
|
145
146
|
.display-none {
|
|
146
147
|
display: none;
|
|
@@ -999,16 +1000,14 @@
|
|
|
999
1000
|
}
|
|
1000
1001
|
|
|
1001
1002
|
.options-card {
|
|
1002
|
-
max-height: 350px;
|
|
1003
|
-
|
|
1004
|
-
overflow-
|
|
1005
|
-
|
|
1006
|
-
border:
|
|
1007
|
-
|
|
1008
|
-
background-color: #fff; /* Ensure readable background */
|
|
1003
|
+
max-height: 350px;
|
|
1004
|
+
overflow-y: auto;
|
|
1005
|
+
overflow-x: hidden;
|
|
1006
|
+
border: 1px solid #ccc;
|
|
1007
|
+
border-radius: 8px;
|
|
1008
|
+
background-color: #fff;
|
|
1009
1009
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
1010
1010
|
padding: 4px 0;
|
|
1011
|
-
z-index: 1000; /* Ensure it appears above other elements */
|
|
1012
1011
|
}
|
|
1013
1012
|
|
|
1014
1013
|
/* ===== TimelineHOC CSS ===== */
|
|
@@ -2402,3 +2401,20 @@ input[type="date"] {
|
|
|
2402
2401
|
width: 100%;
|
|
2403
2402
|
}
|
|
2404
2403
|
}
|
|
2404
|
+
.hrms-text-transform {
|
|
2405
|
+
text-transform: none !important;
|
|
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
|
+
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
height: auto;
|
|
54
54
|
min-height: 40px;
|
|
55
55
|
max-height: 40px;
|
|
56
|
-
width:
|
|
56
|
+
width: 175px;
|
|
57
57
|
padding: 0;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -78,11 +78,13 @@
|
|
|
78
78
|
|
|
79
79
|
/* File input */
|
|
80
80
|
.upload-file-input {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
max-
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
@apply absolute opacity-0;
|
|
82
|
+
width: 175px;
|
|
83
|
+
max-width: 90%;
|
|
84
|
+
min-height: 50px;
|
|
85
|
+
max-height: 50px;
|
|
86
|
+
top: 10px;
|
|
87
|
+
left: 15px;
|
|
86
88
|
}
|
|
87
89
|
|
|
88
90
|
/* Error text */
|
|
@@ -90,9 +92,119 @@
|
|
|
90
92
|
color: red;
|
|
91
93
|
}
|
|
92
94
|
|
|
95
|
+
.close-btn {
|
|
96
|
+
background-color: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
|
|
97
|
+
padding: 8px 16px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.advisory-text {
|
|
101
|
+
font-size: 13px;
|
|
102
|
+
color: red;
|
|
103
|
+
margin: 0;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.upload-file-new {
|
|
107
|
+
min-height: 56px;
|
|
108
|
+
@apply relative border border-input-border w-full;
|
|
109
|
+
border-radius: 10px;
|
|
110
|
+
|
|
111
|
+
div {
|
|
112
|
+
@apply flex flex-row h-full items-center pl-md mt-sm mb-sm flex-wrap;
|
|
113
|
+
border-radius: 10px;
|
|
114
|
+
|
|
115
|
+
.file-upload-status {
|
|
116
|
+
@apply text-body-s-dt ml-sm;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.inbox-name {
|
|
123
|
+
display: inline;
|
|
124
|
+
padding-left: 30px;
|
|
125
|
+
}
|
|
126
|
+
.back-button-container {
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
width: fit-content;
|
|
129
|
+
display: flex;
|
|
130
|
+
font-family: 'Roboto Condensed', sans-serif;
|
|
131
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
132
|
+
font-size: 16px;
|
|
133
|
+
line-height: 24px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.stepper-margin {
|
|
137
|
+
margin-left: 30px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.document-link-bpa {
|
|
141
|
+
text-decoration: none;
|
|
142
|
+
cursor: pointer;
|
|
143
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
|
144
|
+
width: 250px;
|
|
145
|
+
|
|
146
|
+
&:hover .document-card {
|
|
147
|
+
transform: translateY(-4px);
|
|
148
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
.action-bar-wrap-menu {
|
|
154
|
+
box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
|
|
155
|
+
z-index: 100;
|
|
156
|
+
height: auto;
|
|
157
|
+
|
|
158
|
+
@apply absolute bg-white text-right;
|
|
159
|
+
|
|
160
|
+
top: 100%;
|
|
161
|
+
left: 0;
|
|
162
|
+
width: 100%;
|
|
163
|
+
|
|
164
|
+
div {
|
|
165
|
+
@apply w-full;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.menu-wrap-position {
|
|
169
|
+
@apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
|
|
170
|
+
|
|
171
|
+
top: 100%;
|
|
172
|
+
left: 0;
|
|
173
|
+
|
|
174
|
+
box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px,
|
|
175
|
+
rgba(0, 0, 0, 0.12) 0 3px 14px 2px,
|
|
176
|
+
rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
|
|
177
|
+
|
|
178
|
+
width: auto;
|
|
179
|
+
min-width: 200px;
|
|
180
|
+
max-width: calc(100% - 16px);
|
|
181
|
+
padding: 2px;
|
|
182
|
+
|
|
183
|
+
div {
|
|
184
|
+
@apply h-12 pl-sm py-md text-body-l text-text-primary;
|
|
185
|
+
|
|
186
|
+
&:hover {
|
|
187
|
+
@apply bg-grey-mid w-full;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.card-dropdown-wrapper {
|
|
194
|
+
position: relative;
|
|
195
|
+
}
|
|
196
|
+
|
|
93
197
|
/* Mobile */
|
|
94
198
|
@media (max-width: 768px) {
|
|
95
199
|
.upload-tag-container {
|
|
96
200
|
width: 80%;
|
|
97
201
|
}
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.inbox-name {
|
|
205
|
+
font-size: 32px;
|
|
206
|
+
font-family: "Noto Sans", sans-serif;
|
|
207
|
+
color: black;
|
|
208
|
+
display: inline;
|
|
209
|
+
padding-left: 180px;
|
|
98
210
|
}
|