@tattvafoundation/upyog-css 1.0.44 → 1.0.45
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 +324 -84
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/PropertySearchForm.scss +1 -1
- package/src/components/bmc.scss +275 -0
- package/src/components/hoc/InboxComposer.scss +1 -1
- package/src/components/inventory.scss +43 -24
- package/src/pages/citizen/DocumentList.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -522,11 +522,6 @@ img, video {
|
|
|
522
522
|
border-color: #d6d5d4;
|
|
523
523
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
|
524
524
|
|
|
525
|
-
.border-white {
|
|
526
|
-
--border-opacity:1;
|
|
527
|
-
border-color: #fff;
|
|
528
|
-
border-color: rgba(255, 255, 255, var(--border-opacity)); }
|
|
529
|
-
|
|
530
525
|
.border-accent-red {
|
|
531
526
|
--border-opacity:1;
|
|
532
527
|
border-color: #940202;
|
|
@@ -640,6 +635,9 @@ img, video {
|
|
|
640
635
|
.border-b {
|
|
641
636
|
border-bottom-width: 1px; }
|
|
642
637
|
|
|
638
|
+
.border-l {
|
|
639
|
+
border-left-width: 1px; }
|
|
640
|
+
|
|
643
641
|
.cursor-default {
|
|
644
642
|
cursor: default; }
|
|
645
643
|
|
|
@@ -967,6 +965,10 @@ img, video {
|
|
|
967
965
|
.min-w-full {
|
|
968
966
|
min-width: 100%; }
|
|
969
967
|
|
|
968
|
+
.object-contain {
|
|
969
|
+
-o-object-fit: contain;
|
|
970
|
+
object-fit: contain; }
|
|
971
|
+
|
|
970
972
|
.opacity-0 {
|
|
971
973
|
opacity: 0; }
|
|
972
974
|
|
|
@@ -979,7 +981,7 @@ img, video {
|
|
|
979
981
|
.opacity-75 {
|
|
980
982
|
opacity: .75; }
|
|
981
983
|
|
|
982
|
-
.
|
|
984
|
+
.opacity-100 {
|
|
983
985
|
opacity: 1; }
|
|
984
986
|
|
|
985
987
|
.focus\:outline-none:focus, .outline-none {
|
|
@@ -1097,6 +1099,10 @@ img, video {
|
|
|
1097
1099
|
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
1098
1100
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
|
|
1099
1101
|
|
|
1102
|
+
.hover\:shadow-none:hover {
|
|
1103
|
+
-webkit-box-shadow: none;
|
|
1104
|
+
box-shadow: none; }
|
|
1105
|
+
|
|
1100
1106
|
.fill-current {
|
|
1101
1107
|
fill: currentColor; }
|
|
1102
1108
|
|
|
@@ -1267,6 +1273,9 @@ img, video {
|
|
|
1267
1273
|
.whitespace-normal {
|
|
1268
1274
|
white-space: normal; }
|
|
1269
1275
|
|
|
1276
|
+
.whitespace-pre-line {
|
|
1277
|
+
white-space: pre-line; }
|
|
1278
|
+
|
|
1270
1279
|
.whitespace-pre-wrap {
|
|
1271
1280
|
white-space: pre-wrap; }
|
|
1272
1281
|
|
|
@@ -1378,9 +1387,6 @@ img, video {
|
|
|
1378
1387
|
.z-20 {
|
|
1379
1388
|
z-index: 20; }
|
|
1380
1389
|
|
|
1381
|
-
.z-40 {
|
|
1382
|
-
z-index: 40; }
|
|
1383
|
-
|
|
1384
1390
|
.z-50 {
|
|
1385
1391
|
z-index: 50; }
|
|
1386
1392
|
|
|
@@ -1493,10 +1499,6 @@ img, video {
|
|
|
1493
1499
|
--transform-scale-x:.95;
|
|
1494
1500
|
--transform-scale-y:.95; }
|
|
1495
1501
|
|
|
1496
|
-
.scale-100 {
|
|
1497
|
-
--transform-scale-x:1;
|
|
1498
|
-
--transform-scale-y:1; }
|
|
1499
|
-
|
|
1500
1502
|
.hover\:scale-105:hover {
|
|
1501
1503
|
--transform-scale-x:1.05;
|
|
1502
1504
|
--transform-scale-y:1.05; }
|
|
@@ -6041,7 +6043,7 @@ video::-webkit-media-controls-panel {
|
|
|
6041
6043
|
margin-right: 10px;
|
|
6042
6044
|
-webkit-box-pack: end;
|
|
6043
6045
|
-ms-flex-pack: end;
|
|
6044
|
-
justify-content: end;
|
|
6046
|
+
justify-content: flex-end;
|
|
6045
6047
|
-webkit-box-align: center;
|
|
6046
6048
|
-ms-flex-align: center;
|
|
6047
6049
|
align-items: center; }
|
|
@@ -6690,7 +6692,7 @@ video::-webkit-media-controls-panel {
|
|
|
6690
6692
|
display: flex;
|
|
6691
6693
|
-webkit-box-pack: end;
|
|
6692
6694
|
-ms-flex-pack: end;
|
|
6693
|
-
justify-content: end;
|
|
6695
|
+
justify-content: flex-end;
|
|
6694
6696
|
-webkit-box-align: center;
|
|
6695
6697
|
-ms-flex-align: center;
|
|
6696
6698
|
align-items: center; }
|
|
@@ -9511,7 +9513,7 @@ body {
|
|
|
9511
9513
|
gap: 8px;
|
|
9512
9514
|
-webkit-box-align: end;
|
|
9513
9515
|
-ms-flex-align: end;
|
|
9514
|
-
align-items: end; }
|
|
9516
|
+
align-items: flex-end; }
|
|
9515
9517
|
.view_download_main span {
|
|
9516
9518
|
padding-right: 20px; }
|
|
9517
9519
|
.view_download_main span .views {
|
|
@@ -10229,7 +10231,6 @@ body {
|
|
|
10229
10231
|
background: none; }
|
|
10230
10232
|
|
|
10231
10233
|
:root {
|
|
10232
|
-
--primary-color:#d1b03f;
|
|
10233
10234
|
--secondary-color:#0b0c0c;
|
|
10234
10235
|
--text-color:#333;
|
|
10235
10236
|
--background-light:#f0f0f0;
|
|
@@ -10319,11 +10320,11 @@ body {
|
|
|
10319
10320
|
height: 30px;
|
|
10320
10321
|
border-radius: 50%;
|
|
10321
10322
|
text-align: center;
|
|
10322
|
-
border: 2px solid #
|
|
10323
|
+
border: 2px solid #d1b03f;
|
|
10323
10324
|
border: 2px solid var(--primary-color); }
|
|
10324
10325
|
|
|
10325
10326
|
.circles.completed {
|
|
10326
|
-
background-color: #
|
|
10327
|
+
background-color: #d1b03f;
|
|
10327
10328
|
background-color: var(--primary-color);
|
|
10328
10329
|
display: -webkit-box;
|
|
10329
10330
|
display: -ms-flexbox;
|
|
@@ -10475,7 +10476,7 @@ body {
|
|
|
10475
10476
|
text-align: center; }
|
|
10476
10477
|
|
|
10477
10478
|
.bmc-row-card-header {
|
|
10478
|
-
border: 1px solid #
|
|
10479
|
+
border: 1px solid #fde68a;
|
|
10479
10480
|
border: 1px solid var(--border-color);
|
|
10480
10481
|
-webkit-box-shadow: 0 5px 10px var(--shadow-color);
|
|
10481
10482
|
box-shadow: 0 5px 10px var(--shadow-color);
|
|
@@ -10497,7 +10498,6 @@ body {
|
|
|
10497
10498
|
color: #fff; }
|
|
10498
10499
|
|
|
10499
10500
|
.bmc-card-button {
|
|
10500
|
-
background-color: #2563eb;
|
|
10501
10501
|
background-color: var(--primary-color); }
|
|
10502
10502
|
|
|
10503
10503
|
.bmc-card-button-cancel {
|
|
@@ -10524,7 +10524,7 @@ body {
|
|
|
10524
10524
|
position: relative; }
|
|
10525
10525
|
|
|
10526
10526
|
.bmc-radio-btn-wrap:hover .bmc-radio-btn-checkmark {
|
|
10527
|
-
border-color: #
|
|
10527
|
+
border-color: #d1b03f;
|
|
10528
10528
|
border-color: var(--primary-color); }
|
|
10529
10529
|
|
|
10530
10530
|
.bmc-radio-btn {
|
|
@@ -10541,12 +10541,12 @@ body {
|
|
|
10541
10541
|
border-radius: 50%; }
|
|
10542
10542
|
|
|
10543
10543
|
.bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
|
|
10544
|
-
border-color: #
|
|
10544
|
+
border-color: #d1b03f;
|
|
10545
10545
|
border-color: var(--primary-color); }
|
|
10546
10546
|
|
|
10547
10547
|
.bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
|
|
10548
10548
|
display: block;
|
|
10549
|
-
background-color: #
|
|
10549
|
+
background-color: #d1b03f;
|
|
10550
10550
|
background-color: var(--primary-color);
|
|
10551
10551
|
height: 1.25rem;
|
|
10552
10552
|
width: 1.25rem;
|
|
@@ -10560,7 +10560,7 @@ body {
|
|
|
10560
10560
|
color: var(--secondary-color); }
|
|
10561
10561
|
|
|
10562
10562
|
.bmc-hover-table td, .bmc-hover-table th {
|
|
10563
|
-
border: 1px solid #
|
|
10563
|
+
border: 1px solid #fde68a;
|
|
10564
10564
|
border: 1px solid var(--border-color); }
|
|
10565
10565
|
|
|
10566
10566
|
.bmc-range-slider::-moz-range-thumb, .bmc-range-slider::-ms-thumb, .bmc-range-slider::-webkit-slider-thumb {
|
|
@@ -10582,7 +10582,6 @@ body {
|
|
|
10582
10582
|
color: var(--text-color); }
|
|
10583
10583
|
|
|
10584
10584
|
.bmc-pagination li.active button {
|
|
10585
|
-
background-color: #2563eb;
|
|
10586
10585
|
background-color: var(--primary-color); }
|
|
10587
10586
|
|
|
10588
10587
|
[dir=ltr] .bmc-course-amount {
|
|
@@ -12174,6 +12173,240 @@ button.submit-bar:hover {
|
|
|
12174
12173
|
.verify-receipt-page .citizen .main {
|
|
12175
12174
|
padding-top: 60px; } }
|
|
12176
12175
|
|
|
12176
|
+
.auction-form-grid {
|
|
12177
|
+
display: grid;
|
|
12178
|
+
grid-gap: 16px 24px;
|
|
12179
|
+
gap: 16px 24px; }
|
|
12180
|
+
|
|
12181
|
+
@media (max-width: 768px) {
|
|
12182
|
+
.auction-form-grid {
|
|
12183
|
+
grid-template-columns: 1fr !important; } }
|
|
12184
|
+
|
|
12185
|
+
.auction-field-label {
|
|
12186
|
+
display: block;
|
|
12187
|
+
font-size: 13px;
|
|
12188
|
+
font-weight: 600;
|
|
12189
|
+
color: #374151;
|
|
12190
|
+
margin-bottom: 4px; }
|
|
12191
|
+
|
|
12192
|
+
.auction-field-label .auction-field-required {
|
|
12193
|
+
color: #ec0000;
|
|
12194
|
+
margin-left: 4px; }
|
|
12195
|
+
|
|
12196
|
+
.auction-field-wrapper {
|
|
12197
|
+
position: relative; }
|
|
12198
|
+
|
|
12199
|
+
.auction-field-icon {
|
|
12200
|
+
position: absolute;
|
|
12201
|
+
left: 12px;
|
|
12202
|
+
top: 50%;
|
|
12203
|
+
-webkit-transform: translateY(-50%);
|
|
12204
|
+
transform: translateY(-50%);
|
|
12205
|
+
display: -webkit-box;
|
|
12206
|
+
display: -ms-flexbox;
|
|
12207
|
+
display: flex;
|
|
12208
|
+
-webkit-box-align: center;
|
|
12209
|
+
-ms-flex-align: center;
|
|
12210
|
+
align-items: center;
|
|
12211
|
+
color: #9ca3af;
|
|
12212
|
+
pointer-events: none;
|
|
12213
|
+
z-index: 1; }
|
|
12214
|
+
|
|
12215
|
+
.auction-field-input, .auction-field-select, .auction-field-textarea {
|
|
12216
|
+
width: 100%;
|
|
12217
|
+
padding: 10px 14px;
|
|
12218
|
+
font-size: 14px;
|
|
12219
|
+
border-radius: 8px;
|
|
12220
|
+
border: 1px solid #d1d5db;
|
|
12221
|
+
outline: none;
|
|
12222
|
+
-webkit-transition: border-color .2s;
|
|
12223
|
+
transition: border-color .2s;
|
|
12224
|
+
background-color: #fff;
|
|
12225
|
+
color: #1f2937;
|
|
12226
|
+
max-height: 40px; }
|
|
12227
|
+
|
|
12228
|
+
.auction-field-input:focus, .auction-field-select:focus, .auction-field-textarea:focus {
|
|
12229
|
+
border-color: #097d28;
|
|
12230
|
+
-webkit-box-shadow: 0 0 0 2px rgba(102, 249, 22, 0.1);
|
|
12231
|
+
box-shadow: 0 0 0 2px rgba(102, 249, 22, 0.1); }
|
|
12232
|
+
|
|
12233
|
+
.auction-field-input.has-icon, .auction-field-select.has-icon, .auction-field-textarea.has-icon {
|
|
12234
|
+
padding-left: 40px; }
|
|
12235
|
+
|
|
12236
|
+
.auction-field-input.has-error, .auction-field-select.has-error, .auction-field-textarea.has-error {
|
|
12237
|
+
border-color: #e20000; }
|
|
12238
|
+
|
|
12239
|
+
.auction-field-input:disabled, .auction-field-select:disabled, .auction-field-textarea:disabled {
|
|
12240
|
+
background-color: #f3f4f6;
|
|
12241
|
+
cursor: not-allowed; }
|
|
12242
|
+
|
|
12243
|
+
.auction-field-select {
|
|
12244
|
+
cursor: pointer; }
|
|
12245
|
+
|
|
12246
|
+
.auction-field-textarea {
|
|
12247
|
+
resize: vertical; }
|
|
12248
|
+
|
|
12249
|
+
.auction-field-error {
|
|
12250
|
+
font-size: 12px;
|
|
12251
|
+
color: #e20000 !important;
|
|
12252
|
+
margin-top: 4px;
|
|
12253
|
+
display: block; }
|
|
12254
|
+
|
|
12255
|
+
.auction-radio-group {
|
|
12256
|
+
grid-gap: 16px;
|
|
12257
|
+
gap: 16px;
|
|
12258
|
+
-ms-flex-wrap: wrap;
|
|
12259
|
+
flex-wrap: wrap; }
|
|
12260
|
+
|
|
12261
|
+
.auction-radio-group, .auction-radio-label {
|
|
12262
|
+
display: -webkit-box;
|
|
12263
|
+
display: -ms-flexbox;
|
|
12264
|
+
display: flex; }
|
|
12265
|
+
|
|
12266
|
+
.auction-radio-label {
|
|
12267
|
+
-webkit-box-align: center;
|
|
12268
|
+
-ms-flex-align: center;
|
|
12269
|
+
align-items: center;
|
|
12270
|
+
grid-gap: 6px;
|
|
12271
|
+
gap: 6px;
|
|
12272
|
+
font-size: 14px;
|
|
12273
|
+
color: #374151;
|
|
12274
|
+
cursor: pointer; }
|
|
12275
|
+
|
|
12276
|
+
.auction-radio-label input[type=radio], .auction-radio-label .checkbox-wrap .input-emp[type=radio], .checkbox-wrap .auction-radio-label .input-emp[type=radio] {
|
|
12277
|
+
accent-color: #097d28; }
|
|
12278
|
+
|
|
12279
|
+
.auction-radio-label.disabled {
|
|
12280
|
+
cursor: not-allowed; }
|
|
12281
|
+
|
|
12282
|
+
.auction-submit-btn {
|
|
12283
|
+
padding: 10px 32px;
|
|
12284
|
+
background-color: #097d28;
|
|
12285
|
+
color: #fff;
|
|
12286
|
+
border: none;
|
|
12287
|
+
border-radius: 8px;
|
|
12288
|
+
font-size: 14px;
|
|
12289
|
+
font-weight: 600;
|
|
12290
|
+
cursor: pointer;
|
|
12291
|
+
-webkit-transition: background-color .2s;
|
|
12292
|
+
transition: background-color .2s; }
|
|
12293
|
+
|
|
12294
|
+
.auction-submit-btn:hover {
|
|
12295
|
+
background-color: #12ad3b; }
|
|
12296
|
+
|
|
12297
|
+
.auction-btn {
|
|
12298
|
+
padding: 10px 32px;
|
|
12299
|
+
border: none;
|
|
12300
|
+
border-radius: 8px;
|
|
12301
|
+
font-size: 14px;
|
|
12302
|
+
font-weight: 600;
|
|
12303
|
+
cursor: pointer;
|
|
12304
|
+
-webkit-transition: all .2s;
|
|
12305
|
+
transition: all .2s;
|
|
12306
|
+
display: -webkit-inline-box;
|
|
12307
|
+
display: -ms-inline-flexbox;
|
|
12308
|
+
display: inline-flex;
|
|
12309
|
+
-webkit-box-align: center;
|
|
12310
|
+
-ms-flex-align: center;
|
|
12311
|
+
align-items: center;
|
|
12312
|
+
-webkit-box-pack: center;
|
|
12313
|
+
-ms-flex-pack: center;
|
|
12314
|
+
justify-content: center; }
|
|
12315
|
+
|
|
12316
|
+
.auction-btn:disabled {
|
|
12317
|
+
opacity: .5;
|
|
12318
|
+
cursor: not-allowed; }
|
|
12319
|
+
|
|
12320
|
+
.auction-btn-primary {
|
|
12321
|
+
background-color: #097d28;
|
|
12322
|
+
color: #fff; }
|
|
12323
|
+
.auction-btn-primary:hover {
|
|
12324
|
+
background-color: #12ad3b; }
|
|
12325
|
+
|
|
12326
|
+
.auction-btn-primary:hover:not(:disabled) {
|
|
12327
|
+
background-color: #12ad3b; }
|
|
12328
|
+
|
|
12329
|
+
.auction-btn-secondary {
|
|
12330
|
+
background-color: #f3f4f6;
|
|
12331
|
+
color: #374151; }
|
|
12332
|
+
|
|
12333
|
+
.auction-btn-secondary:hover:not(:disabled) {
|
|
12334
|
+
background-color: #e5e7eb; }
|
|
12335
|
+
|
|
12336
|
+
.auction-btn-outline {
|
|
12337
|
+
background-color: initial;
|
|
12338
|
+
color: #f97316;
|
|
12339
|
+
border: 1px solid #f97316; }
|
|
12340
|
+
|
|
12341
|
+
.auction-btn-outline:hover:not(:disabled) {
|
|
12342
|
+
background-color: #fff7ed; }
|
|
12343
|
+
|
|
12344
|
+
.auction-btn-danger {
|
|
12345
|
+
background-color: #ef4444;
|
|
12346
|
+
color: #fff; }
|
|
12347
|
+
|
|
12348
|
+
.auction-btn-danger:hover:not(:disabled) {
|
|
12349
|
+
background-color: #dc2626; }
|
|
12350
|
+
|
|
12351
|
+
.auction-btn-ghost {
|
|
12352
|
+
background-color: initial;
|
|
12353
|
+
color: #6b7280; }
|
|
12354
|
+
|
|
12355
|
+
.auction-btn-ghost:hover:not(:disabled) {
|
|
12356
|
+
background-color: #f3f4f6;
|
|
12357
|
+
color: #374151; }
|
|
12358
|
+
|
|
12359
|
+
.auction-submit-btn:disabled {
|
|
12360
|
+
opacity: .5;
|
|
12361
|
+
cursor: not-allowed; }
|
|
12362
|
+
|
|
12363
|
+
.auction-page .employeeCard {
|
|
12364
|
+
margin-left: 0 !important;
|
|
12365
|
+
margin-right: 0 !important; }
|
|
12366
|
+
|
|
12367
|
+
.uuid-click-field {
|
|
12368
|
+
cursor: pointer;
|
|
12369
|
+
color: #136906;
|
|
12370
|
+
background: #dcffc7;
|
|
12371
|
+
padding: 2px 8px;
|
|
12372
|
+
border-radius: 30px;
|
|
12373
|
+
position: relative;
|
|
12374
|
+
-webkit-transition: padding-right .1s ease-in-out,background .2s ease-in-out;
|
|
12375
|
+
transition: padding-right .1s ease-in-out,background .2s ease-in-out;
|
|
12376
|
+
overflow: hidden; }
|
|
12377
|
+
|
|
12378
|
+
.uuid-click-field:hover {
|
|
12379
|
+
padding-right: 20px;
|
|
12380
|
+
background: #b0e0b0; }
|
|
12381
|
+
|
|
12382
|
+
.uuid-click-field:after {
|
|
12383
|
+
content: "";
|
|
12384
|
+
position: absolute;
|
|
12385
|
+
right: 4px;
|
|
12386
|
+
top: 50%;
|
|
12387
|
+
-webkit-transform: translateY(-50%);
|
|
12388
|
+
transform: translateY(-50%);
|
|
12389
|
+
width: 18px;
|
|
12390
|
+
height: 18px;
|
|
12391
|
+
background-image: url('data:image/svg+xml;utf8,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M9.71069 18.2929C10.1012 18.6834 10.7344 18.6834 11.1249 18.2929L16.0123 13.4006C16.7927 12.6195 16.7924 11.3537 16.0117 10.5729L11.1213 5.68254C10.7308 5.29202 10.0976 5.29202 9.70708 5.68254C9.31655 6.07307 9.31655 6.70623 9.70708 7.09676L13.8927 11.2824C14.2833 11.6729 14.2833 12.3061 13.8927 12.6966L9.71069 16.8787C9.32016 17.2692 9.32016 17.9023 9.71069 18.2929Z" fill="%23136906"></path> </g></svg>');
|
|
12392
|
+
background-size: contain;
|
|
12393
|
+
background-repeat: no-repeat;
|
|
12394
|
+
opacity: 0;
|
|
12395
|
+
-webkit-transition: opacity .3s ease-in-out;
|
|
12396
|
+
transition: opacity .3s ease-in-out; }
|
|
12397
|
+
|
|
12398
|
+
.uuid-click-field:hover:after {
|
|
12399
|
+
opacity: 1; }
|
|
12400
|
+
|
|
12401
|
+
.auction-page .deonar-modal-content {
|
|
12402
|
+
margin-top: 0;
|
|
12403
|
+
padding: 0 0 60px !important; }
|
|
12404
|
+
|
|
12405
|
+
.qa-field.radio .auction-field-wrapper {
|
|
12406
|
+
padding: 8px;
|
|
12407
|
+
border: 1px solid rgba(128, 128, 128, 0.36863);
|
|
12408
|
+
border-radius: 8px; }
|
|
12409
|
+
|
|
12177
12410
|
@media (max-width: 768px) {
|
|
12178
12411
|
.deonar-security {
|
|
12179
12412
|
display: -webkit-box;
|
|
@@ -12788,9 +13021,9 @@ button.submit-bar:hover {
|
|
|
12788
13021
|
opacity: 1; }
|
|
12789
13022
|
|
|
12790
13023
|
:root {
|
|
12791
|
-
--primary-color:#
|
|
12792
|
-
--primary-hover:#
|
|
12793
|
-
--primary-light:#
|
|
13024
|
+
--primary-color:#d1b03f;
|
|
13025
|
+
--primary-hover:#b49326;
|
|
13026
|
+
--primary-light:#fffbeb;
|
|
12794
13027
|
--secondary-color:#64748b;
|
|
12795
13028
|
--secondary-light:#f1f5f9;
|
|
12796
13029
|
--success-color:#059669;
|
|
@@ -12798,8 +13031,8 @@ button.submit-bar:hover {
|
|
|
12798
13031
|
--danger-color:#dc2626;
|
|
12799
13032
|
--dark-color:#1e293b;
|
|
12800
13033
|
--light-color:#f8fafc;
|
|
12801
|
-
--border-color:#
|
|
12802
|
-
--text-primary:#
|
|
13034
|
+
--border-color:#fde68a;
|
|
13035
|
+
--text-primary:#92400e;
|
|
12803
13036
|
--text-secondary:#64748b;
|
|
12804
13037
|
--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);
|
|
12805
13038
|
--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);
|
|
@@ -12813,17 +13046,21 @@ button.submit-bar:hover {
|
|
|
12813
13046
|
|
|
12814
13047
|
body {
|
|
12815
13048
|
font-family: Segoe UI,Tahoma,Geneva,Verdana,sans-serif;
|
|
12816
|
-
background: linear-gradient(135deg, #
|
|
13049
|
+
background: linear-gradient(135deg, #fffbeb, #f8fafc);
|
|
12817
13050
|
background: linear-gradient(135deg, var(--primary-light), var(--light-color));
|
|
12818
|
-
color: #
|
|
13051
|
+
color: #92400e;
|
|
12819
13052
|
color: var(--text-primary);
|
|
12820
|
-
line-height: 1.6;
|
|
12821
13053
|
min-height: 100vh; }
|
|
12822
13054
|
|
|
13055
|
+
.inventory_container, body {
|
|
13056
|
+
line-height: 1.6; }
|
|
13057
|
+
|
|
12823
13058
|
.inventory_container {
|
|
12824
13059
|
max-width: 2000px;
|
|
12825
13060
|
margin: 0 auto;
|
|
12826
13061
|
padding: 2rem; }
|
|
13062
|
+
.inventory_container * {
|
|
13063
|
+
line-height: inherit; }
|
|
12827
13064
|
|
|
12828
13065
|
.inventory_header {
|
|
12829
13066
|
text-align: center;
|
|
@@ -12837,7 +13074,7 @@ body {
|
|
|
12837
13074
|
box-shadow: var(--shadow-md); }
|
|
12838
13075
|
|
|
12839
13076
|
.inventory_header h1 {
|
|
12840
|
-
color: #
|
|
13077
|
+
color: #d1b03f;
|
|
12841
13078
|
color: var(--primary-color);
|
|
12842
13079
|
font-size: 2.5rem;
|
|
12843
13080
|
font-weight: 700;
|
|
@@ -12860,7 +13097,7 @@ body {
|
|
|
12860
13097
|
transition: all .3s ease; }
|
|
12861
13098
|
|
|
12862
13099
|
.inventory_form-header {
|
|
12863
|
-
background: linear-gradient(135deg, #
|
|
13100
|
+
background: linear-gradient(135deg, #d1b03f, #b49326);
|
|
12864
13101
|
background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
|
|
12865
13102
|
color: #fff;
|
|
12866
13103
|
padding: 2rem;
|
|
@@ -12894,10 +13131,10 @@ body {
|
|
|
12894
13131
|
.inventory_form-label {
|
|
12895
13132
|
display: block;
|
|
12896
13133
|
font-weight: 600;
|
|
12897
|
-
color: #
|
|
12898
|
-
color: var(--text-primary);
|
|
13134
|
+
color: #92400e;
|
|
12899
13135
|
margin-bottom: .5rem;
|
|
12900
|
-
font-size: .
|
|
13136
|
+
font-size: .85rem;
|
|
13137
|
+
letter-spacing: .2px; }
|
|
12901
13138
|
|
|
12902
13139
|
.inventory_required {
|
|
12903
13140
|
color: #dc2626;
|
|
@@ -12906,26 +13143,31 @@ body {
|
|
|
12906
13143
|
|
|
12907
13144
|
.inventory_form-input, .inventory_form-select, .inventory_form-textarea {
|
|
12908
13145
|
width: 100%;
|
|
12909
|
-
padding: 10px;
|
|
12910
|
-
border:
|
|
12911
|
-
border-radius:
|
|
12912
|
-
font-size:
|
|
12913
|
-
-webkit-transition: all .
|
|
12914
|
-
transition: all .
|
|
12915
|
-
background: #
|
|
12916
|
-
color: #
|
|
13146
|
+
padding: 10px 14px;
|
|
13147
|
+
border: 1.5px solid #fde68a;
|
|
13148
|
+
border-radius: 10px;
|
|
13149
|
+
font-size: 14px;
|
|
13150
|
+
-webkit-transition: all .25s ease;
|
|
13151
|
+
transition: all .25s ease;
|
|
13152
|
+
background: #fffbeb;
|
|
13153
|
+
color: #1e293b;
|
|
12917
13154
|
line-height: normal;
|
|
12918
13155
|
height: 44px; }
|
|
12919
13156
|
|
|
12920
13157
|
.inventory_form-input:focus, .inventory_form-select:focus, .inventory_form-textarea:focus {
|
|
12921
13158
|
outline: none;
|
|
12922
|
-
border-color: #
|
|
12923
|
-
|
|
12924
|
-
|
|
12925
|
-
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
|
|
13159
|
+
border-color: #d1b03f;
|
|
13160
|
+
-webkit-box-shadow: 0 0 0 3px rgba(209, 176, 63, 0.15);
|
|
13161
|
+
box-shadow: 0 0 0 3px rgba(209, 176, 63, 0.15);
|
|
12926
13162
|
-webkit-transform: translateY(-1px);
|
|
12927
13163
|
transform: translateY(-1px); }
|
|
12928
13164
|
|
|
13165
|
+
.inventory_form-input:disabled, .inventory_form-select:disabled, .inventory_form-textarea:disabled {
|
|
13166
|
+
background: #f9f6ee;
|
|
13167
|
+
border-color: #e2e8f0;
|
|
13168
|
+
color: #6b7280;
|
|
13169
|
+
cursor: not-allowed; }
|
|
13170
|
+
|
|
12929
13171
|
.inventory_form-textarea {
|
|
12930
13172
|
resize: vertical;
|
|
12931
13173
|
min-height: 100px; }
|
|
@@ -12948,7 +13190,7 @@ body {
|
|
|
12948
13190
|
align-items: center;
|
|
12949
13191
|
cursor: pointer;
|
|
12950
13192
|
padding: .75rem 1rem;
|
|
12951
|
-
border: 2px solid #
|
|
13193
|
+
border: 2px solid #fde68a;
|
|
12952
13194
|
border: 2px solid var(--border-color);
|
|
12953
13195
|
border-radius: 8px;
|
|
12954
13196
|
-webkit-transition: all .3s ease;
|
|
@@ -12957,41 +13199,39 @@ body {
|
|
|
12957
13199
|
min-width: 140px; }
|
|
12958
13200
|
|
|
12959
13201
|
.inventory_radio-option:hover {
|
|
12960
|
-
border-color: #
|
|
13202
|
+
border-color: #d1b03f;
|
|
12961
13203
|
border-color: var(--primary-color);
|
|
12962
|
-
background: #
|
|
13204
|
+
background: #fffbeb;
|
|
12963
13205
|
background: var(--primary-light); }
|
|
12964
13206
|
|
|
12965
13207
|
.inventory_radio-option input[type=radio], .inventory_radio-option .checkbox-wrap .input-emp[type=radio], .checkbox-wrap .inventory_radio-option .input-emp[type=radio] {
|
|
12966
13208
|
margin-right: .5rem;
|
|
12967
|
-
accent-color: #
|
|
13209
|
+
accent-color: #d1b03f;
|
|
12968
13210
|
accent-color: var(--primary-color); }
|
|
12969
13211
|
|
|
12970
13212
|
.inventory_radio-option.selected {
|
|
12971
|
-
border-color: #
|
|
13213
|
+
border-color: #d1b03f;
|
|
12972
13214
|
border-color: var(--primary-color);
|
|
12973
|
-
background: #
|
|
13215
|
+
background: #fffbeb;
|
|
12974
13216
|
background: var(--primary-light);
|
|
12975
13217
|
font-weight: 600; }
|
|
12976
13218
|
|
|
12977
13219
|
.inventory_section-divider {
|
|
12978
13220
|
border: none;
|
|
12979
13221
|
height: 1px;
|
|
12980
|
-
background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#
|
|
12981
|
-
background: linear-gradient(90deg, transparent, #
|
|
13222
|
+
background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fde68a), to(transparent));
|
|
13223
|
+
background: linear-gradient(90deg, transparent, #fde68a, transparent);
|
|
12982
13224
|
background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--border-color)), to(transparent));
|
|
12983
13225
|
background: linear-gradient(90deg, transparent, var(--border-color), transparent);
|
|
12984
13226
|
margin: 2.5rem 0; }
|
|
12985
13227
|
|
|
12986
13228
|
.inventory_section-title {
|
|
12987
|
-
font-size:
|
|
12988
|
-
font-weight:
|
|
12989
|
-
color: #
|
|
12990
|
-
|
|
12991
|
-
|
|
12992
|
-
|
|
12993
|
-
border-bottom: 2px solid #dbeafe;
|
|
12994
|
-
border-bottom: 2px solid var(--primary-light); }
|
|
13229
|
+
font-size: 1rem;
|
|
13230
|
+
font-weight: 700;
|
|
13231
|
+
color: #b49326;
|
|
13232
|
+
margin-bottom: 1.2rem;
|
|
13233
|
+
padding-bottom: .4rem;
|
|
13234
|
+
border-bottom: 2px solid #fde68a; }
|
|
12995
13235
|
|
|
12996
13236
|
.inventory_button-group {
|
|
12997
13237
|
display: -webkit-box;
|
|
@@ -13020,7 +13260,7 @@ body {
|
|
|
13020
13260
|
min-width: 120px; }
|
|
13021
13261
|
|
|
13022
13262
|
.inventory_btn-primary {
|
|
13023
|
-
background: linear-gradient(135deg, #
|
|
13263
|
+
background: linear-gradient(135deg, #d1b03f, #b49326);
|
|
13024
13264
|
background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
|
|
13025
13265
|
color: #fff;
|
|
13026
13266
|
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
@@ -13041,11 +13281,11 @@ body {
|
|
|
13041
13281
|
background: var(--secondary-light);
|
|
13042
13282
|
color: #64748b;
|
|
13043
13283
|
color: var(--secondary-color);
|
|
13044
|
-
border: 2px solid #
|
|
13284
|
+
border: 2px solid #fde68a;
|
|
13045
13285
|
border: 2px solid var(--border-color); }
|
|
13046
13286
|
|
|
13047
13287
|
.inventory_btn-secondary:hover {
|
|
13048
|
-
background: #
|
|
13288
|
+
background: #fde68a;
|
|
13049
13289
|
background: var(--border-color);
|
|
13050
13290
|
-webkit-transform: translateY(-1px);
|
|
13051
13291
|
transform: translateY(-1px); }
|
|
@@ -13550,7 +13790,7 @@ body {
|
|
|
13550
13790
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
13551
13791
|
-webkit-box-shadow: var(--shadow-md);
|
|
13552
13792
|
box-shadow: var(--shadow-md);
|
|
13553
|
-
border: 1px solid #
|
|
13793
|
+
border: 1px solid #fde68a;
|
|
13554
13794
|
border: 1px solid var(--border-color); }
|
|
13555
13795
|
|
|
13556
13796
|
.Inventory-table table {
|
|
@@ -13560,7 +13800,7 @@ body {
|
|
|
13560
13800
|
background-color: #fff; }
|
|
13561
13801
|
|
|
13562
13802
|
.Inventory-table thead {
|
|
13563
|
-
background: linear-gradient(135deg, #
|
|
13803
|
+
background: linear-gradient(135deg, #d1b03f, #b49326);
|
|
13564
13804
|
background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
|
|
13565
13805
|
position: sticky;
|
|
13566
13806
|
top: 0;
|
|
@@ -13572,7 +13812,7 @@ body {
|
|
|
13572
13812
|
font-weight: 600;
|
|
13573
13813
|
font-size: 14px;
|
|
13574
13814
|
color: #fff;
|
|
13575
|
-
border-bottom: 2px solid #
|
|
13815
|
+
border-bottom: 2px solid #b49326;
|
|
13576
13816
|
border-bottom: 2px solid var(--primary-hover);
|
|
13577
13817
|
text-transform: uppercase;
|
|
13578
13818
|
letter-spacing: .5px;
|
|
@@ -13580,7 +13820,7 @@ body {
|
|
|
13580
13820
|
position: relative; }
|
|
13581
13821
|
|
|
13582
13822
|
.Inventory-table thead th:hover {
|
|
13583
|
-
background-color: #
|
|
13823
|
+
background-color: #b49326;
|
|
13584
13824
|
background-color: var(--primary-hover); }
|
|
13585
13825
|
|
|
13586
13826
|
.Inventory-table thead th:not(:last-child):after {
|
|
@@ -13598,16 +13838,16 @@ body {
|
|
|
13598
13838
|
.Inventory-table tbody tr {
|
|
13599
13839
|
-webkit-transition: all .2s ease-in-out;
|
|
13600
13840
|
transition: all .2s ease-in-out;
|
|
13601
|
-
border-bottom: 1px solid #
|
|
13841
|
+
border-bottom: 1px solid #fde68a;
|
|
13602
13842
|
border-bottom: 1px solid var(--border-color); }
|
|
13603
13843
|
|
|
13604
13844
|
.Inventory-table tbody tr:hover {
|
|
13605
|
-
background-color: #
|
|
13845
|
+
background-color: #fffbeb !important;
|
|
13606
13846
|
background-color: var(--primary-light) !important;
|
|
13607
13847
|
-webkit-transform: translateX(2px);
|
|
13608
13848
|
transform: translateX(2px);
|
|
13609
|
-
-webkit-box-shadow: inset 3px 0 0 #
|
|
13610
|
-
box-shadow: inset 3px 0 0 #
|
|
13849
|
+
-webkit-box-shadow: inset 3px 0 0 #d1b03f;
|
|
13850
|
+
box-shadow: inset 3px 0 0 #d1b03f;
|
|
13611
13851
|
-webkit-box-shadow: inset 3px 0 0 var(--primary-color);
|
|
13612
13852
|
box-shadow: inset 3px 0 0 var(--primary-color); }
|
|
13613
13853
|
|
|
@@ -13621,10 +13861,10 @@ body {
|
|
|
13621
13861
|
.Inventory-table tbody td {
|
|
13622
13862
|
padding: 12px;
|
|
13623
13863
|
font-size: 14px;
|
|
13624
|
-
color: #
|
|
13864
|
+
color: #92400e;
|
|
13625
13865
|
color: var(--text-primary);
|
|
13626
13866
|
vertical-align: middle;
|
|
13627
|
-
line-height: 1.
|
|
13867
|
+
line-height: 1.6; }
|
|
13628
13868
|
|
|
13629
13869
|
.Inventory-table tbody td:last-child {
|
|
13630
13870
|
border-right: none; }
|
|
@@ -13649,7 +13889,7 @@ body {
|
|
|
13649
13889
|
z-index: 10; }
|
|
13650
13890
|
|
|
13651
13891
|
.table-border-style {
|
|
13652
|
-
border: 1px solid #
|
|
13892
|
+
border: 1px solid #fde68a;
|
|
13653
13893
|
border: 1px solid var(--border-color); }
|
|
13654
13894
|
|
|
13655
13895
|
.loader-overlay {
|
|
@@ -13773,7 +14013,7 @@ body {
|
|
|
13773
14013
|
display: block; }
|
|
13774
14014
|
.mobile-card-view .Inventory-table tbody tr {
|
|
13775
14015
|
background-color: #fff;
|
|
13776
|
-
border: 1px solid #
|
|
14016
|
+
border: 1px solid #fde68a;
|
|
13777
14017
|
border: 1px solid var(--border-color);
|
|
13778
14018
|
border-radius: 8px;
|
|
13779
14019
|
margin-bottom: 10px;
|
|
@@ -13819,7 +14059,7 @@ body {
|
|
|
13819
14059
|
box-shadow: none !important; } }
|
|
13820
14060
|
|
|
13821
14061
|
.Inventory-table:focus-within, .Inventory-table[focus-within] {
|
|
13822
|
-
outline: 2px solid #
|
|
14062
|
+
outline: 2px solid #d1b03f;
|
|
13823
14063
|
outline: 2px solid var(--primary-color);
|
|
13824
14064
|
outline-offset: 2px; }
|
|
13825
14065
|
|
|
@@ -13836,7 +14076,7 @@ body {
|
|
|
13836
14076
|
border-radius: 3px; }
|
|
13837
14077
|
|
|
13838
14078
|
.Inventory-table::-webkit-scrollbar-thumb:hover {
|
|
13839
|
-
background: #
|
|
14079
|
+
background: #d1b03f;
|
|
13840
14080
|
background: var(--primary-color); }
|
|
13841
14081
|
|
|
13842
14082
|
.inv-badge {
|