@selco/installation-ui-css 1.0.8 → 1.0.10

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.8
2
+ * @selco/installation-ui-css - 1.0.10
3
3
  *
4
4
  * Copyright (c) 2025 Adithya Katuku
5
5
  *
@@ -11077,7 +11077,8 @@ body {
11077
11077
  border: 1px solid #e0e0e0;
11078
11078
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11079
11079
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11080
- width: 100%; }
11080
+ width: 100%;
11081
+ background-color: #fafafa; }
11081
11082
  .activity-details-table .employee-card-input, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .activity-details-table .form-control, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table input[type=checkbox], .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .activity-details-table .input-emp[type=checkbox], .activity-details-table .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox], .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .activity-details-table .input-emp[type=checkbox], .activity-details-table .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox], .activity-details-table .employee-select-wrap {
11082
11083
  margin-bottom: 0; }
11083
11084
  .activity-details-table .employee-card-input :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .activity-details-table .form-control :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table input[type=checkbox] :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] :hover, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] :hover, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox] :hover {
@@ -11090,7 +11091,7 @@ body {
11090
11091
  border-collapse: collapse;
11091
11092
  font-family: Roboto;
11092
11093
  font-size: 14px;
11093
- background-color: #fff;
11094
+ background-color: initial;
11094
11095
  margin-left: 15px;
11095
11096
  margin-right: 15px; }
11096
11097
  .activity-details-table .table thead th {
@@ -11099,34 +11100,33 @@ body {
11099
11100
  text-align: left;
11100
11101
  padding: 16px 18px;
11101
11102
  font-size: 16px;
11102
- line-height: 18px; }
11103
+ line-height: 18px;
11104
+ background-color: initial; }
11105
+ .activity-details-table .table thead th:first-child {
11106
+ min-width: 190px; }
11103
11107
  .activity-details-table .table thead th:last-child {
11104
11108
  text-align: center;
11105
11109
  width: 80px;
11106
11110
  min-width: 80px;
11107
11111
  position: sticky;
11108
11112
  right: 0;
11113
+ background-color: #fafafa;
11109
11114
  z-index: 11; }
11110
11115
  .activity-details-table .table tbody td {
11111
11116
  padding: 16px 18px;
11112
11117
  border-bottom: 1px solid #e0e0e0;
11113
11118
  color: #666;
11114
11119
  font-size: 14px;
11115
- line-height: 1.4; }
11120
+ line-height: 1.4;
11121
+ background-color: initial; }
11116
11122
  .activity-details-table .table tbody td:last-child {
11117
11123
  text-align: center;
11118
11124
  width: 80px;
11119
11125
  min-width: 80px;
11120
11126
  position: sticky;
11121
11127
  right: 0;
11122
- background-color: #fff;
11128
+ background-color: #fafafa;
11123
11129
  z-index: 10; }
11124
- .activity-details-table .table tbody tr:nth-child(2n) {
11125
- background-color: #f8f9fa; }
11126
- .activity-details-table .table tbody tr:nth-child(odd) {
11127
- background-color: #fff; }
11128
- .activity-details-table .table tbody tr:hover {
11129
- background-color: #f0f7ff; }
11130
11130
  @media (max-width: 768px) {
11131
11131
  .activity-details-table .table {
11132
11132
  min-width: 1000px;
@@ -11138,6 +11138,74 @@ body {
11138
11138
  .activity-details-table .table td:last-child, .activity-details-table .table th:last-child {
11139
11139
  min-width: 80px; } }
11140
11140
 
11141
+ .health-facility-table {
11142
+ overflow-x: auto;
11143
+ -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11144
+ box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11145
+ width: 100%;
11146
+ display: -webkit-box;
11147
+ display: -ms-flexbox;
11148
+ display: flex;
11149
+ -webkit-box-align: start;
11150
+ -ms-flex-align: start;
11151
+ align-items: flex-start; }
11152
+ .health-facility-table .table {
11153
+ width: 100%;
11154
+ min-width: -webkit-fit-content;
11155
+ min-width: -moz-fit-content;
11156
+ min-width: fit-content;
11157
+ border-collapse: collapse;
11158
+ font-family: Roboto;
11159
+ font-size: 14px;
11160
+ background-color: #fff; }
11161
+ .health-facility-table .table thead th {
11162
+ background-color: #eee;
11163
+ color: #000;
11164
+ font-weight: 600;
11165
+ text-align: left;
11166
+ padding: 16px 18px;
11167
+ font-size: 14px;
11168
+ line-height: 18px;
11169
+ border: 1px solid #d6d5d4; }
11170
+ .health-facility-table .table thead th:first-child {
11171
+ background-color: initial;
11172
+ border: none;
11173
+ text-align: center;
11174
+ width: 60px;
11175
+ min-width: -webkit-fit-content !important;
11176
+ min-width: -moz-fit-content !important;
11177
+ min-width: fit-content !important;
11178
+ position: relative; }
11179
+ .health-facility-table .table tbody td {
11180
+ padding: 16px 18px;
11181
+ border: 1px solid #d6d5d4;
11182
+ color: #363636;
11183
+ font-size: 14px;
11184
+ line-height: 1.4; }
11185
+ .health-facility-table .table tbody td:first-child {
11186
+ background-color: initial;
11187
+ border: none;
11188
+ text-align: center;
11189
+ width: 60px;
11190
+ min-width: -webkit-fit-content;
11191
+ min-width: -moz-fit-content;
11192
+ min-width: fit-content;
11193
+ position: relative; }
11194
+ .health-facility-table .table tbody td:nth-child(2) {
11195
+ color: #c84c0e;
11196
+ font-weight: 600; }
11197
+ @media (max-width: 768px) {
11198
+ .health-facility-table .table {
11199
+ min-width: 800px;
11200
+ white-space: nowrap; }
11201
+ .health-facility-table .table td, .health-facility-table .table th {
11202
+ min-width: 120px; }
11203
+ .health-facility-table .table td:first-child, .health-facility-table .table th:first-child {
11204
+ min-width: 60px; } }
11205
+
11206
+ .health-facility-table-wrapper .pagination {
11207
+ border: none; }
11208
+
11141
11209
  .wbh-header .header-icon-container {
11142
11210
  cursor: pointer;
11143
11211
  color: #c84c0e;
@@ -11403,6 +11471,9 @@ body {
11403
11471
  .employee-select-wrap .options-card {
11404
11472
  margin-top: 0; }
11405
11473
 
11474
+ .create-project-wrapper .employee-select-wrap .options-card {
11475
+ margin-top: 40px; }
11476
+
11406
11477
  .typography.text-heading-xl {
11407
11478
  font-family: Roboto Condensed;
11408
11479
  font-style: normal;
@@ -14647,3 +14718,6 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
14647
14718
 
14648
14719
  .employee-select-wrap .options-card {
14649
14720
  margin-top: 0; }
14721
+
14722
+ .create-project-wrapper .employee-select-wrap .options-card {
14723
+ margin-top: 40px; }