@pmidc/upyog-css 1.2.36-dev.1.20 → 1.2.36-dev.1.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 +31 -13
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +2 -2
- package/src/components/table.scss +38 -13
package/dist/index.css
CHANGED
|
@@ -2464,7 +2464,7 @@ body {
|
|
|
2464
2464
|
font-size: 24px;
|
|
2465
2465
|
}
|
|
2466
2466
|
.employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
|
|
2467
|
-
margin-bottom:
|
|
2467
|
+
margin-bottom: 24px !important;
|
|
2468
2468
|
font-size: 18px;
|
|
2469
2469
|
}
|
|
2470
2470
|
.employeeCard .card-section-header {
|
|
@@ -5378,6 +5378,24 @@ body {
|
|
|
5378
5378
|
max-width: 400px;
|
|
5379
5379
|
}
|
|
5380
5380
|
|
|
5381
|
+
.custom-fee-table td, .inspection-report-table td {
|
|
5382
|
+
padding-top: 2px !important;
|
|
5383
|
+
padding-bottom: 2px !important;
|
|
5384
|
+
}
|
|
5385
|
+
|
|
5386
|
+
.checklist-document-table td {
|
|
5387
|
+
padding-top: 8px !important;
|
|
5388
|
+
padding-bottom: 8px !important;
|
|
5389
|
+
}
|
|
5390
|
+
|
|
5391
|
+
.checklist-document-table textarea, .custom-fee-table textarea, .inspection-report-table textarea {
|
|
5392
|
+
min-height: 40px !important;
|
|
5393
|
+
padding: 6px 10px !important;
|
|
5394
|
+
overflow: hidden;
|
|
5395
|
+
max-height: 1500px;
|
|
5396
|
+
resize: vertical;
|
|
5397
|
+
}
|
|
5398
|
+
|
|
5381
5399
|
.customTable tr {
|
|
5382
5400
|
-webkit-transition: all 0.2s ease;
|
|
5383
5401
|
transition: all 0.2s ease;
|
|
@@ -5403,6 +5421,18 @@ body {
|
|
|
5403
5421
|
background-color: unset;
|
|
5404
5422
|
}
|
|
5405
5423
|
|
|
5424
|
+
.obps-documents-table td:first-child, .obps-documents-table th:first-child {
|
|
5425
|
+
width: 8% !important;
|
|
5426
|
+
}
|
|
5427
|
+
|
|
5428
|
+
.obps-documents-table td:nth-child(2), .obps-documents-table th:nth-child(2) {
|
|
5429
|
+
width: 65% !important;
|
|
5430
|
+
}
|
|
5431
|
+
|
|
5432
|
+
.obps-documents-table td:nth-child(3), .obps-documents-table th:nth-child(3) {
|
|
5433
|
+
width: 27% !important;
|
|
5434
|
+
}
|
|
5435
|
+
|
|
5406
5436
|
@media (max-width: 1024px) {
|
|
5407
5437
|
.customTable thead th, .dss-table-wrapper table thead th, .table thead th {
|
|
5408
5438
|
padding: 14px 16px;
|
|
@@ -5640,18 +5670,6 @@ body {
|
|
|
5640
5670
|
height: 20px;
|
|
5641
5671
|
}
|
|
5642
5672
|
|
|
5643
|
-
.obps-documents-table td:first-child, .obps-documents-table th:first-child {
|
|
5644
|
-
width: 8% !important;
|
|
5645
|
-
}
|
|
5646
|
-
|
|
5647
|
-
.obps-documents-table td:nth-child(2), .obps-documents-table th:nth-child(2) {
|
|
5648
|
-
width: 65% !important;
|
|
5649
|
-
}
|
|
5650
|
-
|
|
5651
|
-
.obps-documents-table td:nth-child(3), .obps-documents-table th:nth-child(3) {
|
|
5652
|
-
width: 28% !important;
|
|
5653
|
-
}
|
|
5654
|
-
|
|
5655
5673
|
.popup-wrap {
|
|
5656
5674
|
background: rgba(0, 0, 0, 0.7);
|
|
5657
5675
|
display: -webkit-box;
|