@selco/installation-ui-css 1.0.10 → 1.0.11
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 +1 -81
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +0 -15
- package/src/pages/employee/qc/facilitytable.scss +0 -84
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @selco/installation-ui-css - 1.0.
|
|
2
|
+
* @selco/installation-ui-css - 1.0.11
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -11138,74 +11138,6 @@ 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
|
-
|
|
11209
11141
|
.wbh-header .header-icon-container {
|
|
11210
11142
|
cursor: pointer;
|
|
11211
11143
|
color: #c84c0e;
|
|
@@ -11468,12 +11400,6 @@ body {
|
|
|
11468
11400
|
font-size: 16px;
|
|
11469
11401
|
text-decoration: underline; }
|
|
11470
11402
|
|
|
11471
|
-
.employee-select-wrap .options-card {
|
|
11472
|
-
margin-top: 0; }
|
|
11473
|
-
|
|
11474
|
-
.create-project-wrapper .employee-select-wrap .options-card {
|
|
11475
|
-
margin-top: 40px; }
|
|
11476
|
-
|
|
11477
11403
|
.typography.text-heading-xl {
|
|
11478
11404
|
font-family: Roboto Condensed;
|
|
11479
11405
|
font-style: normal;
|
|
@@ -14715,9 +14641,3 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
14715
14641
|
.digit-multiselectdropdown-wrap .digit-multiselectdropodwn-menuitem .digit-label.selectAll {
|
|
14716
14642
|
font-size: 16px;
|
|
14717
14643
|
text-decoration: underline; }
|
|
14718
|
-
|
|
14719
|
-
.employee-select-wrap .options-card {
|
|
14720
|
-
margin-top: 0; }
|
|
14721
|
-
|
|
14722
|
-
.create-project-wrapper .employee-select-wrap .options-card {
|
|
14723
|
-
margin-top: 40px; }
|