@tattvafoundation/upyog-css 1.0.15 → 1.0.16

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.
@@ -98,12 +98,6 @@
98
98
  transform: translateX(-50%);
99
99
  }
100
100
 
101
- .bmc-card-bannerImage {
102
- background-image: url("../img/Free-Silai-Machine-Yojna-1-jpg.jpeg");
103
- height: 40vh;
104
- background-size: cover;
105
- }
106
-
107
101
  /* Media Queries */
108
102
  @media screen and (max-width: 768px) {
109
103
  .line {
@@ -158,13 +152,32 @@
158
152
  }
159
153
 
160
154
  .bmc-card-aadharimage {
161
- background-image: url("../img/aadhaarCard.jpg");
155
+ background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg");
162
156
  height: 60vh;
163
157
  width: 100%;
164
158
  background-size: cover;
165
159
  background-repeat: round;
166
160
  }
167
161
 
162
+ .logo-ic {
163
+ background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png");
164
+ height: 80px;
165
+ width: 80px;
166
+ background-size: 80px;
167
+ background-position: center;
168
+ width: 100%;
169
+ background-repeat: no-repeat;
170
+ margin-bottom: 10px
171
+ }
172
+
173
+ .employee-banner-image {
174
+ background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png");
175
+ height: 100vh;
176
+ width: 100%;
177
+ background-size: cover !important;
178
+ position: absolute;
179
+ }
180
+
168
181
  .aadhaar-container {
169
182
  text-align: center;
170
183
  }
@@ -267,11 +280,11 @@
267
280
  border-radius: 50%;
268
281
  }
269
282
 
270
- .bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
283
+ .bmc-radio-btn:checked+.bmc-radio-btn-checkmark {
271
284
  border-color: var(--primary-color);
272
285
  }
273
286
 
274
- .bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
287
+ .bmc-radio-btn:checked+.bmc-radio-btn-checkmark:after {
275
288
  display: block;
276
289
  background-color: var(--primary-color);
277
290
  height: 1.25rem;
@@ -526,11 +539,11 @@
526
539
  transition: all 0.3s ease-in 0s;
527
540
  }
528
541
 
529
- .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
542
+ .toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner {
530
543
  margin-left: 0;
531
544
  }
532
545
 
533
- .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
546
+ .toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch {
534
547
  left: calc(100% - 31px);
535
548
  /* Adjust to match the width */
536
549
  }
@@ -671,11 +684,11 @@
671
684
  content: "";
672
685
  }
673
686
 
674
- .bmc-radio-wrap .bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
687
+ .bmc-radio-wrap .bmc-radio-btn:checked+.bmc-radio-btn-checkmark {
675
688
  border-color: #f47738;
676
689
  }
677
690
 
678
- .bmc-radio-wrap .bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
691
+ .bmc-radio-wrap .bmc-radio-btn:checked+.bmc-radio-btn-checkmark:after {
679
692
  display: block;
680
693
  background-color: #f47738;
681
694
  height: 1.25rem;
@@ -1040,98 +1053,157 @@
1040
1053
  .select-wrap {
1041
1054
  margin-bottom: 24px;
1042
1055
  position: relative;
1043
- max-width: 540px; }
1044
- .select-wrap .select {
1045
- position: relative;
1046
- display: block;
1047
- width: 100%;
1048
- height: 2rem;
1049
- --border-opacity:1;
1050
- border: 1px solid #464646;
1051
- border-color: rgba(70, 70, 70, var(--border-opacity)); }
1052
- .select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text] {
1053
- width: calc(100% - 32px);
1054
- background-color: initial;
1055
- position: absolute;
1056
- z-index: 10;
1057
- width: 100%;
1058
- height: 100%;
1059
- outline: 2px solid transparent;
1060
- outline-offset: 2px;
1061
- padding-left: 8px; }
1062
- .select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text], .select-wrap .select p {
1063
- --text-opacity:1;
1064
- color: #0b0c0c;
1065
- color: rgba(11, 12, 12, var(--text-opacity));
1066
- font-size: 16px;
1067
- line-height: 20px; }
1068
- .select-wrap .select p {
1069
- padding-top: 9px;
1070
- float: left;
1071
- margin-left: 8px; }
1072
- .select-wrap .select img, .select-wrap .select svg {
1073
- float: right;
1074
- height: 2rem;
1075
- width: 2rem; }
1076
- .select-wrap .select svg {
1077
- position: absolute;
1078
- right: 0; }
1079
- .select-wrap .select-active {
1080
- position: relative;
1081
- display: block;
1082
- width: 100%;
1083
- height: 2rem;
1084
- --border-opacity:1;
1085
- border: 1px solid #a82227;
1086
- border-color: rgba(168, 34, 39, var(--border-opacity)); }
1087
- .select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
1088
- width: calc(100% - 32px);
1089
- background-color: initial;
1090
- position: absolute;
1091
- z-index: 10;
1092
- width: 100%;
1093
- height: 100%;
1094
- outline: 2px solid transparent;
1095
- outline-offset: 2px;
1096
- padding-left: 8px; }
1097
- .select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text], .select-wrap .select-active p {
1098
- --text-opacity:1;
1099
- color: #0b0c0c;
1100
- color: rgba(11, 12, 12, var(--text-opacity));
1101
- font-size: 16px;
1102
- line-height: 20px; }
1103
- .select-wrap .select-active p {
1104
- float: left;
1105
- margin-left: 8px;
1106
- padding-top: 9px; }
1107
- .select-wrap .select-active img, .select-wrap .select-active svg {
1108
- float: right;
1109
- height: 2rem;
1110
- width: 2rem;}
1111
- .select-wrap .select-active svg {
1112
- position: absolute;
1113
- right: 0; }
1114
- .select-wrap .options-card {
1115
- width: 100% !important;
1116
- -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
1117
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
1118
- position: absolute;
1119
- z-index: 20;
1120
- margin-top: 4px;
1121
- --bg-opacity:1;
1122
- background-color: #fff;
1123
- background-color: rgba(255, 255, 255, var(--bg-opacity)); }
1124
- .select-wrap .options-card p {
1125
- padding-top: 14px;
1126
- width: 100%;
1127
- height: 2rem;
1128
- padding-left: 8px;
1129
- --text-opacity:1;
1130
- color: #0b0c0c;
1131
- color: rgba(11, 12, 12, var(--text-opacity));
1132
- font-size: 16px;
1133
- line-height: 20px; }
1134
- .select-wrap .options-card p:hover {
1135
- --bg-opacity:1;
1136
- background-color: #eee;
1137
- background-color: rgba(238, 238, 238, var(--bg-opacity)); }
1056
+ max-width: 540px;
1057
+ }
1058
+
1059
+ .select-wrap .select {
1060
+ position: relative;
1061
+ display: block;
1062
+ width: 100%;
1063
+ height: 2rem;
1064
+ --border-opacity: 1;
1065
+ border: 1px solid #464646;
1066
+ border-color: rgba(70, 70, 70, var(--border-opacity));
1067
+ }
1068
+
1069
+ .select-wrap .select input[type=text],
1070
+ .select-wrap .select .checkbox-wrap .input-emp[type=text],
1071
+ .checkbox-wrap .select-wrap .select .input-emp[type=text] {
1072
+ width: calc(100% - 32px);
1073
+ background-color: initial;
1074
+ position: absolute;
1075
+ z-index: 10;
1076
+ width: 100%;
1077
+ height: 100%;
1078
+ outline: 2px solid transparent;
1079
+ outline-offset: 2px;
1080
+ padding-left: 8px;
1081
+ }
1082
+
1083
+ .select-wrap .select input[type=text],
1084
+ .select-wrap .select .checkbox-wrap .input-emp[type=text],
1085
+ .checkbox-wrap .select-wrap .select .input-emp[type=text],
1086
+ .select-wrap .select p {
1087
+ --text-opacity: 1;
1088
+ color: #0b0c0c;
1089
+ color: rgba(11, 12, 12, var(--text-opacity));
1090
+ font-size: 16px;
1091
+ line-height: 20px;
1092
+ }
1093
+
1094
+ .select-wrap .select p {
1095
+ padding-top: 9px;
1096
+ float: left;
1097
+ margin-left: 8px;
1098
+ }
1099
+
1100
+ .select-wrap .select img,
1101
+ .select-wrap .select svg {
1102
+ float: right;
1103
+ height: 2rem;
1104
+ width: 2rem;
1105
+ }
1106
+
1107
+ .select-wrap .select svg {
1108
+ position: absolute;
1109
+ right: 0;
1110
+ }
1111
+
1112
+ .select-wrap .select-active {
1113
+ position: relative;
1114
+ display: block;
1115
+ width: 100%;
1116
+ height: 2rem;
1117
+ --border-opacity: 1;
1118
+ border: 1px solid #a82227;
1119
+ border-color: rgba(168, 34, 39, var(--border-opacity));
1120
+ }
1121
+
1122
+ .select-wrap .select-active input[type=text],
1123
+ .select-wrap .select-active .checkbox-wrap .input-emp[type=text],
1124
+ .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
1125
+ width: calc(100% - 32px);
1126
+ background-color: initial;
1127
+ position: absolute;
1128
+ z-index: 10;
1129
+ width: 100%;
1130
+ height: 100%;
1131
+ outline: 2px solid transparent;
1132
+ outline-offset: 2px;
1133
+ padding-left: 8px;
1134
+ }
1135
+
1136
+ .select-wrap .select-active input[type=text],
1137
+ .select-wrap .select-active .checkbox-wrap .input-emp[type=text],
1138
+ .checkbox-wrap .select-wrap .select-active .input-emp[type=text],
1139
+ .select-wrap .select-active p {
1140
+ --text-opacity: 1;
1141
+ color: #0b0c0c;
1142
+ color: rgba(11, 12, 12, var(--text-opacity));
1143
+ font-size: 16px;
1144
+ line-height: 20px;
1145
+ }
1146
+
1147
+ .select-wrap .select-active p {
1148
+ float: left;
1149
+ margin-left: 8px;
1150
+ padding-top: 9px;
1151
+ }
1152
+
1153
+ .select-wrap .select-active img,
1154
+ .select-wrap .select-active svg {
1155
+ float: right;
1156
+ height: 2rem;
1157
+ width: 2rem;
1158
+ }
1159
+
1160
+ .select-wrap .select-active svg {
1161
+ position: absolute;
1162
+ right: 0;
1163
+ }
1164
+
1165
+ .select-wrap .options-card {
1166
+ width: 100% !important;
1167
+ -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
1168
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
1169
+ position: absolute;
1170
+ z-index: 20;
1171
+ margin-top: 4px;
1172
+ --bg-opacity: 1;
1173
+ background-color: #fff;
1174
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
1175
+ }
1176
+
1177
+ .select-wrap .options-card p {
1178
+ padding-top: 14px;
1179
+ width: 100%;
1180
+ height: 2rem;
1181
+ padding-left: 8px;
1182
+ --text-opacity: 1;
1183
+ color: #0b0c0c;
1184
+ color: rgba(11, 12, 12, var(--text-opacity));
1185
+ font-size: 16px;
1186
+ line-height: 20px;
1187
+ }
1188
+
1189
+ .select-wrap .options-card p:hover {
1190
+ --bg-opacity: 1;
1191
+ background-color: #eee;
1192
+ background-color: rgba(238, 238, 238, var(--bg-opacity));
1193
+ }
1194
+
1195
+ .RightMostTopBarOptions .select-wrap svg {
1196
+ fill: #000;
1197
+ }
1198
+
1199
+ .scheme-ic {
1200
+ background: #fdf5e2;
1201
+ padding: 5px;
1202
+ border-radius: 50px;
1203
+ border: 1px solid #d1b03f;
1204
+ }
1205
+
1206
+ .img-responsive {
1207
+ width: 100%;
1208
+ height: auto;
1209
+ }
@@ -3,19 +3,26 @@ body {
3
3
  }
4
4
 
5
5
  .body-container {
6
- @apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
6
+ @apply h-full min-h-screen overflow-x-hidden;
7
7
  position: relative !important;
8
-
8
+ background-color: #f1f5fe;
9
9
 
10
10
  }
11
11
 
12
12
  .navbar {
13
13
  @apply text-white bg-secondary p-md w-full mb-md;
14
- background: linear-gradient(to right, #feeee7, #a82227,#feeee7) !important;
14
+ background: #fff !important;
15
+ color: #000 !important;
16
+
15
17
  img {
16
18
  height: 24px;
17
19
  }
20
+
21
+ h3 {
22
+ border-color: #9f9e9e !important;
23
+ }
18
24
  }
25
+
19
26
  /* .navbar-header{
20
27
  @apply text-navbarheader float-left px-sm
21
28
  }
@@ -56,6 +63,7 @@ body {
56
63
  margin-bottom: 10px;
57
64
  flex-wrap: wrap
58
65
  }
66
+
59
67
  .bread-crumb--item {
60
68
  margin-left: 5px;
61
69
 
@@ -97,18 +105,23 @@ body {
97
105
 
98
106
  .app-container {
99
107
  width: 100%;
108
+
100
109
  form {
101
110
  .card {
102
111
  max-width: 960px;
112
+
103
113
  h2 {
104
114
  text-align: left;
105
115
  }
116
+
106
117
  .field-container {
107
118
  max-width: 540px;
108
119
  }
120
+
109
121
  button {
110
122
  max-width: 240px;
111
123
  }
124
+
112
125
  .input-otp-wrap,
113
126
  .card-text-button {
114
127
  text-align: left;
@@ -138,6 +151,7 @@ body {
138
151
  .body-container::-webkit-scrollbar {
139
152
  display: none;
140
153
  }
154
+
141
155
  .audit-card {
142
156
  width: 80%;
143
157
  margin-left: -21%;
@@ -2,6 +2,22 @@
2
2
  /* Styles for screen widths below 768px */
3
3
  @media (max-width: 768px) {
4
4
 
5
+ .deonar-security{
6
+ display: flex;
7
+ flex-wrap: wrap;
8
+ }
9
+ .deonar-security-card{
10
+ width: 100% !important;
11
+ }
12
+ .deonar-token-gen{
13
+ flex-wrap: wrap;
14
+ }
15
+ .deonar-input-gen{
16
+ flex: none !important;
17
+ width: 100%;
18
+ }
19
+
20
+
5
21
  .deonar-scrollable-table{
6
22
  display: flex !important;
7
23
  }
@@ -36,6 +52,16 @@
36
52
  grid-column: 1 / -1;
37
53
  }
38
54
  }
55
+ @media (min-width: 1024px) {
56
+ .deonar-token-gen{
57
+ flex-wrap: wrap;
58
+ }
59
+ .deonar-input-gen{
60
+ flex: none !important;
61
+ width: 100%;
62
+ }
63
+
64
+ }
39
65
  @media (max-width: 1280px) {
40
66
  .deonar-scrollable-table{
41
67
  display: block;
@@ -199,3 +225,131 @@
199
225
  .deonar-btn-cancel:hover {
200
226
  opacity: 0.9; /* Slight opacity change on hover */
201
227
  }
228
+
229
+ .bmc-receipt-watermark {
230
+ background-image: url("../img/bmc_receipt.png"); /* Adjust the path if necessary */
231
+ background-size: contain; /* Or 'cover', depending on how you want the image scaled */
232
+ background-repeat: no-repeat;
233
+ width: 100%; /* Match the container's width */
234
+ height: 100%; /* Match the container's height */
235
+ opacity: 0.1; /* Light transparency to give a watermark effect */
236
+ position: absolute;
237
+ top: 0;
238
+ left: 0;
239
+ z-index: -1; /* Ensure it doesn't overlap the receipt content */
240
+ pointer-events: none; /* Prevent interaction with the watermark */
241
+ }
242
+
243
+ /**************** edit table component ****************/
244
+
245
+ .bmc-edit-count-input {
246
+ width: 60px;
247
+ padding: 4px;
248
+ border: 1px solid #ccc;
249
+ border-radius: 4px;
250
+ text-align: center;
251
+ }
252
+
253
+ .bmc-action-buttons {
254
+ display: flex;
255
+ align-items: center;
256
+ gap: 8px;
257
+ }
258
+
259
+ .bmc-edit-btn,
260
+ .bmc-save-btn,
261
+ .bmc-cancel-btn {
262
+ padding: 4px 8px;
263
+ border-radius: 4px;
264
+ cursor: pointer;
265
+ border: none;
266
+ font-size: 14px;
267
+ }
268
+
269
+ .bmc-edit-btn {
270
+ background-color: #1976d2;
271
+ color: white;
272
+ }
273
+
274
+ .bmc-save-btn {
275
+ background-color: #4caf50;
276
+ color: white;
277
+ }
278
+
279
+ .bmc-cancel-btn {
280
+ background-color: #f44336;
281
+ color: white;
282
+ }
283
+
284
+ .bmc-remove-icon {
285
+ cursor: pointer;
286
+ margin-left: 10px;
287
+ display: inline-flex;
288
+ align-items: center;
289
+ }
290
+
291
+ .bmc-count-adjuster {
292
+ display: flex;
293
+ flex-direction: column;
294
+ gap: 8px;
295
+ }
296
+
297
+ .bmc-count-info {
298
+ display: flex;
299
+ gap: 16px;
300
+ font-size: 14px;
301
+ }
302
+
303
+ .bmc-count-input-group {
304
+ display: flex;
305
+ gap: 8px;
306
+ align-items: center;
307
+ }
308
+
309
+ .bmc-count-input {
310
+ width: 80px;
311
+ padding: 4px 8px;
312
+ border: 1px solid #ccc;
313
+ border-radius: 4px;
314
+ }
315
+
316
+ .bmc-count-summary {
317
+ display: flex;
318
+ align-items: center;
319
+ gap: 12px;
320
+ }
321
+
322
+ .bmc-count-display {
323
+ font-size: 14px;
324
+ color: #666;
325
+ }
326
+
327
+ .bmc-adjust-btn,
328
+ .bmc-apply-btn,
329
+ .bmc-cancel-btn {
330
+ padding: 4px 8px;
331
+ border-radius: 4px;
332
+ border: none;
333
+ cursor: pointer;
334
+ font-size: 14px;
335
+ }
336
+
337
+ .bmc-adjust-btn {
338
+ background-color: #1976d2;
339
+ color: white;
340
+ }
341
+
342
+ .bmc-apply-btn {
343
+ background-color: #4caf50;
344
+ color: white;
345
+ }
346
+
347
+ .bmc-cancel-btn {
348
+ background-color: #f44336;
349
+ color: white;
350
+ }
351
+
352
+ .bmc-adjust-btn:disabled {
353
+ background-color: #ccc;
354
+ cursor: not-allowed;
355
+ }