@selco/installation-ui-css 1.0.15 → 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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @selco/installation-ui-css - 1.0.15
2
+ * @selco/installation-ui-css - 1.0.17
3
3
  *
4
4
  * Copyright (c) 2026 Adithya Katuku
5
5
  *
@@ -11478,6 +11478,99 @@ body {
11478
11478
  .facility-details-table .table td, .facility-details-table .table th {
11479
11479
  min-width: 120px; } }
11480
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
+
11481
11574
  .wbh-header .header-icon-container {
11482
11575
  cursor: pointer;
11483
11576
  color: #c84c0e;
@@ -11743,6 +11836,10 @@ body {
11743
11836
  .create-project-wrapper .employee-select-wrap .options-card {
11744
11837
  margin-top: 40px; }
11745
11838
 
11839
+ .org-user-assignment .employeeCard {
11840
+ margin-bottom: 0 !important;
11841
+ padding: 0 !important; }
11842
+
11746
11843
  .typography.text-heading-xl {
11747
11844
  font-family: Roboto Condensed;
11748
11845
  font-style: normal;
@@ -14995,3 +15092,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
14995
15092
  left: 50% !important;
14996
15093
  -webkit-transform: translateX(-50%) !important;
14997
15094
  transform: translateX(-50%) !important; }
15095
+
15096
+ .org-user-assignment .employeeCard {
15097
+ margin-bottom: 0 !important;
15098
+ padding: 0 !important; }