@selco/installation-ui-css 1.0.12 → 1.0.14

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * @selco/installation-ui-css - 1.0.12
2
+ * @selco/installation-ui-css - 1.0.14
3
3
  *
4
- * Copyright (c) 2025 Adithya Katuku
4
+ * Copyright (c) 2026 Adithya Katuku
5
5
  *
6
6
  */
7
7
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@@ -11206,6 +11206,278 @@ body {
11206
11206
  .health-facility-table-wrapper .pagination {
11207
11207
  border: none; }
11208
11208
 
11209
+ .visit-table {
11210
+ overflow-x: auto;
11211
+ -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11212
+ box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11213
+ width: 100%;
11214
+ display: -webkit-box;
11215
+ display: -ms-flexbox;
11216
+ display: flex;
11217
+ -webkit-box-align: start;
11218
+ -ms-flex-align: start;
11219
+ align-items: flex-start; }
11220
+ .visit-table .table {
11221
+ width: 100%;
11222
+ min-width: -webkit-fit-content;
11223
+ min-width: -moz-fit-content;
11224
+ min-width: fit-content;
11225
+ border-collapse: collapse;
11226
+ font-family: Roboto;
11227
+ font-size: 14px;
11228
+ background-color: #fff; }
11229
+ .visit-table .table thead th {
11230
+ background-color: #eee;
11231
+ color: #000;
11232
+ font-weight: 600;
11233
+ text-align: left;
11234
+ padding: 16px 18px;
11235
+ font-size: 14px;
11236
+ line-height: 18px;
11237
+ border: 1px solid #d6d5d4; }
11238
+ .visit-table .table tbody td {
11239
+ padding: 16px 18px;
11240
+ border: 1px solid #d6d5d4;
11241
+ color: #363636;
11242
+ font-size: 14px;
11243
+ line-height: 1.4; }
11244
+ .visit-table .table tbody td:nth-child(2) {
11245
+ color: #c84c0e;
11246
+ font-weight: 600; }
11247
+ @media (max-width: 768px) {
11248
+ .visit-table .table {
11249
+ min-width: 800px;
11250
+ white-space: nowrap; }
11251
+ .visit-table .table td, .visit-table .table th {
11252
+ min-width: 120px; } }
11253
+
11254
+ .health-facility-table-wrapper .pagination {
11255
+ border: none; }
11256
+
11257
+ .admin-facility-table {
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
+ .admin-facility-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
+ .admin-facility-table .table thead tr {
11278
+ border: 1px solid #d6d5d4; }
11279
+ .admin-facility-table .table thead th {
11280
+ background-color: #eee;
11281
+ color: #000;
11282
+ font-weight: 600;
11283
+ text-align: left;
11284
+ padding: 16px 18px;
11285
+ font-size: 14px;
11286
+ line-height: 18px; }
11287
+ .admin-facility-table .table tbody tr {
11288
+ cursor: pointer;
11289
+ border: 1px solid #d6d5d4; }
11290
+ .admin-facility-table .table tbody tr:hover {
11291
+ background-color: #f2f2f2; }
11292
+ .admin-facility-table .table tbody td {
11293
+ padding: 16px 18px;
11294
+ color: #363636;
11295
+ font-size: 14px;
11296
+ line-height: 1.4;
11297
+ background-color: initial; }
11298
+ @media (max-width: 768px) {
11299
+ .admin-facility-table .table {
11300
+ min-width: 800px;
11301
+ white-space: nowrap; }
11302
+ .admin-facility-table .table td, .admin-facility-table .table th {
11303
+ min-width: 120px; } }
11304
+
11305
+ .admin-facility-table-wrapper .pagination {
11306
+ border: none; }
11307
+
11308
+ .reverse-actionbar-fixed {
11309
+ display: -webkit-box;
11310
+ display: -ms-flexbox;
11311
+ display: flex;
11312
+ -webkit-box-orient: vertical;
11313
+ -webkit-box-direction: normal;
11314
+ -ms-flex-direction: column;
11315
+ flex-direction: column;
11316
+ grid-gap: 15px;
11317
+ gap: 15px;
11318
+ max-width: 100%;
11319
+ position: fixed; }
11320
+ .reverse-actionbar-fixed .submit-bar, .reverse-actionbar-fixed .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .reverse-actionbar-fixed .submit-bar, .reverse-actionbar-fixed .submit-bar-disabled {
11321
+ width: 100%;
11322
+ display: -webkit-box;
11323
+ display: -ms-flexbox;
11324
+ display: flex;
11325
+ -webkit-box-pack: center;
11326
+ -ms-flex-pack: center;
11327
+ justify-content: center;
11328
+ grid-gap: 10px;
11329
+ gap: 10px;
11330
+ -webkit-box-align: center;
11331
+ -ms-flex-align: center;
11332
+ align-items: center; }
11333
+ .reverse-actionbar-fixed .previous-button {
11334
+ margin-left: 0;
11335
+ width: 100%; }
11336
+
11337
+ @media (min-width: 640px) {
11338
+ .reverse-actionbar-fixed {
11339
+ display: -webkit-box;
11340
+ display: -ms-flexbox;
11341
+ display: flex;
11342
+ -webkit-box-orient: horizontal;
11343
+ -webkit-box-direction: reverse;
11344
+ -ms-flex-direction: row-reverse;
11345
+ flex-direction: row-reverse;
11346
+ -webkit-box-pack: justify;
11347
+ -ms-flex-pack: justify;
11348
+ justify-content: space-between;
11349
+ max-width: 100%;
11350
+ position: fixed; }
11351
+ .reverse-actionbar-fixed .submit-bar, .reverse-actionbar-fixed .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .reverse-actionbar-fixed .submit-bar, .reverse-actionbar-fixed .submit-bar-disabled {
11352
+ width: 240px;
11353
+ display: -webkit-box;
11354
+ display: -ms-flexbox;
11355
+ display: flex;
11356
+ -webkit-box-pack: center;
11357
+ -ms-flex-pack: center;
11358
+ justify-content: center;
11359
+ grid-gap: 10px;
11360
+ gap: 10px;
11361
+ -webkit-box-align: center;
11362
+ -ms-flex-align: center;
11363
+ align-items: center; }
11364
+ .reverse-actionbar-fixed .previous-button {
11365
+ width: 240px; } }
11366
+
11367
+ @media (min-width: 48rem) {
11368
+ .reverse-actionbar-fixed .previous-button {
11369
+ margin-left: 4rem;
11370
+ width: 240px; } }
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
+
11209
11481
  .wbh-header .header-icon-container {
11210
11482
  cursor: pointer;
11211
11483
  color: #c84c0e;
@@ -13872,7 +14144,6 @@ button:hover {
13872
14144
  .digit-toast-success {
13873
14145
  -webkit-transform: translateX(-50%);
13874
14146
  transform: translateX(-50%);
13875
- left: 50% !important;
13876
14147
  bottom: 10% !important; }
13877
14148
 
13878
14149
  @-webkit-keyframes slideInFromBottom {
@@ -14715,3 +14986,13 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
14715
14986
 
14716
14987
  .create-project-wrapper .employee-select-wrap .options-card {
14717
14988
  margin-top: 40px; }
14989
+
14990
+ .digit-toast-success {
14991
+ position: absolute;
14992
+ min-width: -webkit-fit-content;
14993
+ min-width: -moz-fit-content;
14994
+ min-width: fit-content;
14995
+ max-width: 200px !important;
14996
+ left: 50% !important;
14997
+ -webkit-transform: translateX(-50%) !important;
14998
+ transform: translateX(-50%) !important; }