@selco/installation-ui-css 1.0.19 → 1.0.21

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.19
2
+ * @selco/installation-ui-css - 1.0.21
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;
@@ -11846,6 +11900,10 @@ body {
11846
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] {
11847
11901
  z-index: 0 !important; }
11848
11902
 
11903
+ .digit-topbar-ulb .state {
11904
+ width: 60px;
11905
+ height: 60px; }
11906
+
11849
11907
  .typography.text-heading-xl {
11850
11908
  font-family: Roboto Condensed;
11851
11909
  font-style: normal;
@@ -15111,3 +15169,14 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
15111
15169
 
15112
15170
  .digit-toggle-btn-wrap, .toggle-option-container {
15113
15171
  width: 60px !important; }
15172
+
15173
+ .digit-header-img {
15174
+ width: 82px;
15175
+ height: 30px; }
15176
+
15177
+ .digit-topbar-ulb .state {
15178
+ width: 60px;
15179
+ height: 60px; }
15180
+
15181
+ .digit-privacy-checkbox-align {
15182
+ margin-top: 1rem !important; }