@selco/installation-ui-css 1.0.16 → 1.0.17
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 +222 -54
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +11 -1
- package/src/pages/employee/fa/adminfacilitytable.scss +66 -0
- package/src/pages/employee/fa/facilitydetailstab.scss +76 -0
- package/src/pages/employee/fa/facilitydetailstable.scss +51 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @selco/installation-ui-css - 1.0.
|
|
2
|
+
* @selco/installation-ui-css - 1.0.17
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2026 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -11254,49 +11254,7 @@ body {
|
|
|
11254
11254
|
.health-facility-table-wrapper .pagination {
|
|
11255
11255
|
border: none; }
|
|
11256
11256
|
|
|
11257
|
-
.
|
|
11258
|
-
overflow-x: auto;
|
|
11259
|
-
-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11260
|
-
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11261
|
-
width: 100%;
|
|
11262
|
-
display: -webkit-box;
|
|
11263
|
-
display: -ms-flexbox;
|
|
11264
|
-
display: flex;
|
|
11265
|
-
-webkit-box-align: start;
|
|
11266
|
-
-ms-flex-align: start;
|
|
11267
|
-
align-items: flex-start; }
|
|
11268
|
-
.org-users-table .table {
|
|
11269
|
-
width: 100%;
|
|
11270
|
-
min-width: -webkit-fit-content;
|
|
11271
|
-
min-width: -moz-fit-content;
|
|
11272
|
-
min-width: fit-content;
|
|
11273
|
-
border-collapse: collapse;
|
|
11274
|
-
font-family: Roboto;
|
|
11275
|
-
font-size: 14px;
|
|
11276
|
-
background-color: #fff; }
|
|
11277
|
-
.org-users-table .table thead th {
|
|
11278
|
-
background-color: #eee;
|
|
11279
|
-
color: #000;
|
|
11280
|
-
font-weight: 600;
|
|
11281
|
-
text-align: left;
|
|
11282
|
-
padding: 16px 18px;
|
|
11283
|
-
font-size: 14px;
|
|
11284
|
-
line-height: 18px;
|
|
11285
|
-
border: 1px solid #d6d5d4; }
|
|
11286
|
-
.org-users-table .table tbody td {
|
|
11287
|
-
padding: 16px 18px;
|
|
11288
|
-
border: 1px solid #d6d5d4;
|
|
11289
|
-
color: #363636;
|
|
11290
|
-
font-size: 14px;
|
|
11291
|
-
line-height: 1.4; }
|
|
11292
|
-
@media (max-width: 768px) {
|
|
11293
|
-
.org-users-table .table {
|
|
11294
|
-
min-width: 800px;
|
|
11295
|
-
white-space: nowrap; }
|
|
11296
|
-
.org-users-table .table td, .org-users-table .table th {
|
|
11297
|
-
min-width: 120px; } }
|
|
11298
|
-
|
|
11299
|
-
.admin-org-table {
|
|
11257
|
+
.admin-facility-table {
|
|
11300
11258
|
overflow-x: auto;
|
|
11301
11259
|
-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11302
11260
|
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -11307,7 +11265,7 @@ body {
|
|
|
11307
11265
|
-webkit-box-align: start;
|
|
11308
11266
|
-ms-flex-align: start;
|
|
11309
11267
|
align-items: flex-start; }
|
|
11310
|
-
.admin-
|
|
11268
|
+
.admin-facility-table .table {
|
|
11311
11269
|
width: 100%;
|
|
11312
11270
|
min-width: -webkit-fit-content;
|
|
11313
11271
|
min-width: -moz-fit-content;
|
|
@@ -11316,9 +11274,9 @@ body {
|
|
|
11316
11274
|
font-family: Roboto;
|
|
11317
11275
|
font-size: 14px;
|
|
11318
11276
|
background-color: #fff; }
|
|
11319
|
-
.admin-
|
|
11277
|
+
.admin-facility-table .table thead tr {
|
|
11320
11278
|
border: 1px solid #d6d5d4; }
|
|
11321
|
-
.admin-
|
|
11279
|
+
.admin-facility-table .table thead th {
|
|
11322
11280
|
background-color: #eee;
|
|
11323
11281
|
color: #000;
|
|
11324
11282
|
font-weight: 600;
|
|
@@ -11326,25 +11284,25 @@ body {
|
|
|
11326
11284
|
padding: 16px 18px;
|
|
11327
11285
|
font-size: 14px;
|
|
11328
11286
|
line-height: 18px; }
|
|
11329
|
-
.admin-
|
|
11287
|
+
.admin-facility-table .table tbody tr {
|
|
11330
11288
|
cursor: pointer;
|
|
11331
11289
|
border: 1px solid #d6d5d4; }
|
|
11332
|
-
.admin-
|
|
11290
|
+
.admin-facility-table .table tbody tr:hover {
|
|
11333
11291
|
background-color: #f2f2f2; }
|
|
11334
|
-
.admin-
|
|
11292
|
+
.admin-facility-table .table tbody td {
|
|
11335
11293
|
padding: 16px 18px;
|
|
11336
11294
|
color: #363636;
|
|
11337
11295
|
font-size: 14px;
|
|
11338
11296
|
line-height: 1.4;
|
|
11339
11297
|
background-color: initial; }
|
|
11340
11298
|
@media (max-width: 768px) {
|
|
11341
|
-
.admin-
|
|
11299
|
+
.admin-facility-table .table {
|
|
11342
11300
|
min-width: 800px;
|
|
11343
11301
|
white-space: nowrap; }
|
|
11344
|
-
.admin-
|
|
11302
|
+
.admin-facility-table .table td, .admin-facility-table .table th {
|
|
11345
11303
|
min-width: 120px; } }
|
|
11346
11304
|
|
|
11347
|
-
.admin-
|
|
11305
|
+
.admin-facility-table-wrapper .pagination {
|
|
11348
11306
|
border: none; }
|
|
11349
11307
|
|
|
11350
11308
|
.reverse-actionbar-fixed {
|
|
@@ -11411,6 +11369,208 @@ body {
|
|
|
11411
11369
|
margin-left: 4rem;
|
|
11412
11370
|
width: 240px; } }
|
|
11413
11371
|
|
|
11372
|
+
.digit-tab-main {
|
|
11373
|
+
position: relative; }
|
|
11374
|
+
.digit-tab-main .digit-tab {
|
|
11375
|
+
display: -webkit-box;
|
|
11376
|
+
display: -ms-flexbox;
|
|
11377
|
+
display: flex;
|
|
11378
|
+
-webkit-box-align: end;
|
|
11379
|
+
-ms-flex-align: end;
|
|
11380
|
+
align-items: flex-end;
|
|
11381
|
+
grid-gap: 0;
|
|
11382
|
+
gap: 0;
|
|
11383
|
+
z-index: 2; }
|
|
11384
|
+
.digit-tab-main .digit-tab .digit-tab-list {
|
|
11385
|
+
cursor: pointer;
|
|
11386
|
+
border-radius: 8px 8px 0 0;
|
|
11387
|
+
background-color: #fff;
|
|
11388
|
+
-webkit-transition: all .2s ease;
|
|
11389
|
+
transition: all .2s ease;
|
|
11390
|
+
margin-bottom: -1px; }
|
|
11391
|
+
.digit-tab-main .digit-tab .digit-tab-list:not(:last-child):after {
|
|
11392
|
+
content: "";
|
|
11393
|
+
position: absolute;
|
|
11394
|
+
right: 0;
|
|
11395
|
+
top: 50%;
|
|
11396
|
+
-webkit-transform: translateY(-50%);
|
|
11397
|
+
transform: translateY(-50%);
|
|
11398
|
+
height: 45px;
|
|
11399
|
+
width: 1px;
|
|
11400
|
+
background-color: #d6d5d5; }
|
|
11401
|
+
.digit-tab-main .digit-tab .digit-tab-list.active {
|
|
11402
|
+
background-color: #fafafa; }
|
|
11403
|
+
.digit-tab-main .digit-tab .digit-tab-list.active .digit-tab-label {
|
|
11404
|
+
color: #c84c0e; }
|
|
11405
|
+
.digit-tab-main .digit-tab .digit-tab-list:not(.active) .digit-tab-label {
|
|
11406
|
+
color: #505a5f; }
|
|
11407
|
+
.digit-tab-main .digit-tab .digit-tab-list .digit-tab-item {
|
|
11408
|
+
display: -webkit-box;
|
|
11409
|
+
display: -ms-flexbox;
|
|
11410
|
+
display: flex;
|
|
11411
|
+
background-color: initial;
|
|
11412
|
+
-webkit-box-align: center;
|
|
11413
|
+
-ms-flex-align: center;
|
|
11414
|
+
align-items: center;
|
|
11415
|
+
grid-gap: 8px;
|
|
11416
|
+
gap: 8px;
|
|
11417
|
+
border: none; }
|
|
11418
|
+
.digit-tab-main .digit-tab .digit-tab-list .digit-tab-item .digit-tab-icon {
|
|
11419
|
+
display: -webkit-box;
|
|
11420
|
+
display: -ms-flexbox;
|
|
11421
|
+
display: flex;
|
|
11422
|
+
-webkit-box-align: center;
|
|
11423
|
+
-ms-flex-align: center;
|
|
11424
|
+
align-items: center; }
|
|
11425
|
+
.digit-tab-main .digit-tab .digit-tab-list .digit-tab-item .digit-tab-label {
|
|
11426
|
+
font-family: Roboto;
|
|
11427
|
+
font-size: 16px;
|
|
11428
|
+
font-weight: 700; }
|
|
11429
|
+
.digit-tab-main .tab-content-wrapper {
|
|
11430
|
+
position: relative;
|
|
11431
|
+
overflow: auto;
|
|
11432
|
+
z-index: 1;
|
|
11433
|
+
background-color: #fafafa;
|
|
11434
|
+
padding: 15px; }
|
|
11435
|
+
|
|
11436
|
+
.digit-tab-main .digit-tab .digit-tab-list {
|
|
11437
|
+
position: relative !important; }
|
|
11438
|
+
|
|
11439
|
+
.facility-details-table {
|
|
11440
|
+
overflow-x: auto;
|
|
11441
|
+
-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11442
|
+
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11443
|
+
width: 100%;
|
|
11444
|
+
display: -webkit-box;
|
|
11445
|
+
display: -ms-flexbox;
|
|
11446
|
+
display: flex;
|
|
11447
|
+
-webkit-box-align: start;
|
|
11448
|
+
-ms-flex-align: start;
|
|
11449
|
+
align-items: flex-start; }
|
|
11450
|
+
.facility-details-table .table {
|
|
11451
|
+
width: 100%;
|
|
11452
|
+
min-width: -webkit-fit-content;
|
|
11453
|
+
min-width: -moz-fit-content;
|
|
11454
|
+
min-width: fit-content;
|
|
11455
|
+
border-collapse: collapse;
|
|
11456
|
+
font-family: Roboto;
|
|
11457
|
+
font-size: 14px;
|
|
11458
|
+
background-color: #fff; }
|
|
11459
|
+
.facility-details-table .table thead th {
|
|
11460
|
+
background-color: #eee;
|
|
11461
|
+
color: #000;
|
|
11462
|
+
font-weight: 600;
|
|
11463
|
+
text-align: left;
|
|
11464
|
+
padding: 16px 18px;
|
|
11465
|
+
font-size: 14px;
|
|
11466
|
+
line-height: 18px;
|
|
11467
|
+
border: 1px solid #d6d5d4; }
|
|
11468
|
+
.facility-details-table .table tbody td {
|
|
11469
|
+
padding: 16px 18px;
|
|
11470
|
+
border: 1px solid #d6d5d4;
|
|
11471
|
+
color: #363636;
|
|
11472
|
+
font-size: 14px;
|
|
11473
|
+
line-height: 1.4; }
|
|
11474
|
+
@media (max-width: 768px) {
|
|
11475
|
+
.facility-details-table .table {
|
|
11476
|
+
min-width: 800px;
|
|
11477
|
+
white-space: nowrap; }
|
|
11478
|
+
.facility-details-table .table td, .facility-details-table .table th {
|
|
11479
|
+
min-width: 120px; } }
|
|
11480
|
+
|
|
11481
|
+
.org-users-table {
|
|
11482
|
+
overflow-x: auto;
|
|
11483
|
+
-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11484
|
+
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11485
|
+
width: 100%;
|
|
11486
|
+
display: -webkit-box;
|
|
11487
|
+
display: -ms-flexbox;
|
|
11488
|
+
display: flex;
|
|
11489
|
+
-webkit-box-align: start;
|
|
11490
|
+
-ms-flex-align: start;
|
|
11491
|
+
align-items: flex-start; }
|
|
11492
|
+
.org-users-table .table {
|
|
11493
|
+
width: 100%;
|
|
11494
|
+
min-width: -webkit-fit-content;
|
|
11495
|
+
min-width: -moz-fit-content;
|
|
11496
|
+
min-width: fit-content;
|
|
11497
|
+
border-collapse: collapse;
|
|
11498
|
+
font-family: Roboto;
|
|
11499
|
+
font-size: 14px;
|
|
11500
|
+
background-color: #fff; }
|
|
11501
|
+
.org-users-table .table thead th {
|
|
11502
|
+
background-color: #eee;
|
|
11503
|
+
color: #000;
|
|
11504
|
+
font-weight: 600;
|
|
11505
|
+
text-align: left;
|
|
11506
|
+
padding: 16px 18px;
|
|
11507
|
+
font-size: 14px;
|
|
11508
|
+
line-height: 18px;
|
|
11509
|
+
border: 1px solid #d6d5d4; }
|
|
11510
|
+
.org-users-table .table tbody td {
|
|
11511
|
+
padding: 16px 18px;
|
|
11512
|
+
border: 1px solid #d6d5d4;
|
|
11513
|
+
color: #363636;
|
|
11514
|
+
font-size: 14px;
|
|
11515
|
+
line-height: 1.4; }
|
|
11516
|
+
@media (max-width: 768px) {
|
|
11517
|
+
.org-users-table .table {
|
|
11518
|
+
min-width: 800px;
|
|
11519
|
+
white-space: nowrap; }
|
|
11520
|
+
.org-users-table .table td, .org-users-table .table th {
|
|
11521
|
+
min-width: 120px; } }
|
|
11522
|
+
|
|
11523
|
+
.admin-org-table {
|
|
11524
|
+
overflow-x: auto;
|
|
11525
|
+
-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11526
|
+
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11527
|
+
width: 100%;
|
|
11528
|
+
display: -webkit-box;
|
|
11529
|
+
display: -ms-flexbox;
|
|
11530
|
+
display: flex;
|
|
11531
|
+
-webkit-box-align: start;
|
|
11532
|
+
-ms-flex-align: start;
|
|
11533
|
+
align-items: flex-start; }
|
|
11534
|
+
.admin-org-table .table {
|
|
11535
|
+
width: 100%;
|
|
11536
|
+
min-width: -webkit-fit-content;
|
|
11537
|
+
min-width: -moz-fit-content;
|
|
11538
|
+
min-width: fit-content;
|
|
11539
|
+
border-collapse: collapse;
|
|
11540
|
+
font-family: Roboto;
|
|
11541
|
+
font-size: 14px;
|
|
11542
|
+
background-color: #fff; }
|
|
11543
|
+
.admin-org-table .table thead tr {
|
|
11544
|
+
border: 1px solid #d6d5d4; }
|
|
11545
|
+
.admin-org-table .table thead th {
|
|
11546
|
+
background-color: #eee;
|
|
11547
|
+
color: #000;
|
|
11548
|
+
font-weight: 600;
|
|
11549
|
+
text-align: left;
|
|
11550
|
+
padding: 16px 18px;
|
|
11551
|
+
font-size: 14px;
|
|
11552
|
+
line-height: 18px; }
|
|
11553
|
+
.admin-org-table .table tbody tr {
|
|
11554
|
+
cursor: pointer;
|
|
11555
|
+
border: 1px solid #d6d5d4; }
|
|
11556
|
+
.admin-org-table .table tbody tr:hover {
|
|
11557
|
+
background-color: #f2f2f2; }
|
|
11558
|
+
.admin-org-table .table tbody td {
|
|
11559
|
+
padding: 16px 18px;
|
|
11560
|
+
color: #363636;
|
|
11561
|
+
font-size: 14px;
|
|
11562
|
+
line-height: 1.4;
|
|
11563
|
+
background-color: initial; }
|
|
11564
|
+
@media (max-width: 768px) {
|
|
11565
|
+
.admin-org-table .table {
|
|
11566
|
+
min-width: 800px;
|
|
11567
|
+
white-space: nowrap; }
|
|
11568
|
+
.admin-org-table .table td, .admin-org-table .table th {
|
|
11569
|
+
min-width: 120px; } }
|
|
11570
|
+
|
|
11571
|
+
.admin-org-table-wrapper .pagination {
|
|
11572
|
+
border: none; }
|
|
11573
|
+
|
|
11414
11574
|
.wbh-header .header-icon-container {
|
|
11415
11575
|
cursor: pointer;
|
|
11416
11576
|
color: #c84c0e;
|
|
@@ -14081,7 +14241,6 @@ button:hover {
|
|
|
14081
14241
|
.digit-toast-success {
|
|
14082
14242
|
-webkit-transform: translateX(-50%);
|
|
14083
14243
|
transform: translateX(-50%);
|
|
14084
|
-
left: 50% !important;
|
|
14085
14244
|
bottom: 10% !important; }
|
|
14086
14245
|
|
|
14087
14246
|
@-webkit-keyframes slideInFromBottom {
|
|
@@ -14925,6 +15084,15 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
14925
15084
|
.create-project-wrapper .employee-select-wrap .options-card {
|
|
14926
15085
|
margin-top: 40px; }
|
|
14927
15086
|
|
|
15087
|
+
.digit-toast-success {
|
|
15088
|
+
min-width: -webkit-fit-content;
|
|
15089
|
+
min-width: -moz-fit-content;
|
|
15090
|
+
min-width: fit-content;
|
|
15091
|
+
max-width: 200px !important;
|
|
15092
|
+
left: 50% !important;
|
|
15093
|
+
-webkit-transform: translateX(-50%) !important;
|
|
15094
|
+
transform: translateX(-50%) !important; }
|
|
15095
|
+
|
|
14928
15096
|
.org-user-assignment .employeeCard {
|
|
14929
15097
|
margin-bottom: 0 !important;
|
|
14930
15098
|
padding: 0 !important; }
|