@selco/installation-ui-css 1.0.18 → 1.0.20

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.18
2
+ * @selco/installation-ui-css - 1.0.20
3
3
  *
4
4
  * Copyright (c) 2026 Adithya Katuku
5
5
  *
@@ -11507,12 +11507,16 @@ body {
11507
11507
  font-size: 14px;
11508
11508
  line-height: 18px;
11509
11509
  border: 1px solid #d6d5d4; }
11510
+ .org-users-table .table thead th:last-child {
11511
+ text-align: center !important; }
11510
11512
  .org-users-table .table tbody td {
11511
11513
  padding: 16px 18px;
11512
11514
  border: 1px solid #d6d5d4;
11513
11515
  color: #363636;
11514
11516
  font-size: 14px;
11515
11517
  line-height: 1.4; }
11518
+ .org-users-table .table tbody td:last-child {
11519
+ text-align: center; }
11516
11520
  @media (max-width: 768px) {
11517
11521
  .org-users-table .table {
11518
11522
  min-width: 800px;
@@ -11571,6 +11575,56 @@ body {
11571
11575
  .admin-org-table-wrapper .pagination {
11572
11576
  border: none; }
11573
11577
 
11578
+ .user-jurisdictions-table {
11579
+ overflow-x: auto;
11580
+ -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11581
+ box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11582
+ width: 100%;
11583
+ display: -webkit-box;
11584
+ display: -ms-flexbox;
11585
+ display: flex;
11586
+ -webkit-box-align: start;
11587
+ -ms-flex-align: start;
11588
+ align-items: flex-start; }
11589
+ .user-jurisdictions-table .table {
11590
+ width: 100%;
11591
+ min-width: -webkit-fit-content;
11592
+ min-width: -moz-fit-content;
11593
+ min-width: fit-content;
11594
+ border-collapse: collapse;
11595
+ font-family: Roboto;
11596
+ font-size: 14px;
11597
+ background-color: #fff; }
11598
+ .user-jurisdictions-table .table thead th {
11599
+ background-color: #eee;
11600
+ color: #000;
11601
+ font-weight: 600;
11602
+ text-align: left;
11603
+ padding: 16px 18px;
11604
+ font-size: 14px;
11605
+ line-height: 18px;
11606
+ border: 1px solid #d6d5d4; }
11607
+ .user-jurisdictions-table .table thead th:first-child {
11608
+ min-width: -webkit-fit-content;
11609
+ min-width: -moz-fit-content;
11610
+ min-width: fit-content; }
11611
+ .user-jurisdictions-table .table thead th:last-child {
11612
+ text-align: center !important; }
11613
+ .user-jurisdictions-table .table tbody td {
11614
+ padding: 16px 18px;
11615
+ border: 1px solid #d6d5d4;
11616
+ color: #363636;
11617
+ font-size: 14px;
11618
+ line-height: 1.4; }
11619
+ .user-jurisdictions-table .table tbody td:last-child {
11620
+ text-align: center; }
11621
+ @media (max-width: 768px) {
11622
+ .user-jurisdictions-table .table {
11623
+ min-width: 800px;
11624
+ white-space: nowrap; }
11625
+ .user-jurisdictions-table .table td, .user-jurisdictions-table .table th {
11626
+ min-width: 120px; } }
11627
+
11574
11628
  .wbh-header .header-icon-container {
11575
11629
  cursor: pointer;
11576
11630
  color: #c84c0e;
@@ -11843,6 +11897,9 @@ body {
11843
11897
  margin-bottom: 0 !important;
11844
11898
  padding: 0 !important; }
11845
11899
 
11900
+ .org-user-assignment .employee-select-wrap .select input[type=text], .org-user-assignment .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text], .org-user-assignment .employee-select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text] {
11901
+ z-index: 0 !important; }
11902
+
11846
11903
  .typography.text-heading-xl {
11847
11904
  font-family: Roboto Condensed;
11848
11905
  font-style: normal;
@@ -15103,5 +15160,8 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
15103
15160
  margin-bottom: 0 !important;
15104
15161
  padding: 0 !important; }
15105
15162
 
15163
+ .org-user-assignment .employee-select-wrap .select input[type=text], .org-user-assignment .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text], .org-user-assignment .employee-select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text] {
15164
+ z-index: 0 !important; }
15165
+
15106
15166
  .digit-toggle-btn-wrap, .toggle-option-container {
15107
15167
  width: 60px !important; }