@pmidc/upyog-css 1.2.36-UAT.19 → 1.2.36-UAT.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
@@ -36,7 +36,6 @@ a {
36
36
  abbr[title] {
37
37
  border-bottom: none;
38
38
  text-decoration: underline;
39
- -webkit-text-decoration: underline dotted;
40
39
  text-decoration: underline dotted;
41
40
  }
42
41
 
@@ -5404,6 +5403,18 @@ body {
5404
5403
  background-color: unset;
5405
5404
  }
5406
5405
 
5406
+ .obps-documents-table td:first-child, .obps-documents-table th:first-child {
5407
+ width: 15% !important;
5408
+ }
5409
+
5410
+ .obps-documents-table td:nth-child(2), .obps-documents-table th:nth-child(2) {
5411
+ width: 65% !important;
5412
+ }
5413
+
5414
+ .obps-documents-table td:nth-child(3), .obps-documents-table th:nth-child(3) {
5415
+ width: 20% !important;
5416
+ }
5417
+
5407
5418
  @media (max-width: 1024px) {
5408
5419
  .customTable thead th, .dss-table-wrapper table thead th, .table thead th {
5409
5420
  padding: 14px 16px;
@@ -10514,8 +10525,8 @@ video::-webkit-media-controls-panel {
10514
10525
  margin-left: 12px;
10515
10526
  }
10516
10527
  .citizen .sidebar svg, .employee .sidebar svg {
10517
- width: 24px;
10518
- height: 24px;
10528
+ width: 10px;
10529
+ height: 10px;
10519
10530
  fill: #374151;
10520
10531
  -webkit-transition: fill 0.18s ease;
10521
10532
  transition: fill 0.18s ease;