@pmidc/upyog-css 1.2.35-dev.1.0 → 1.2.35

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.2.35-dev.1.0",
3
+ "version": "1.2.35",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -81,7 +81,7 @@
81
81
  color: #0f172a;
82
82
  margin-bottom: 8px;
83
83
  margin-top: 8px;
84
- font-weight: 700;
84
+ font-weight: 700;
85
85
  letter-spacing: 0.5px;
86
86
  width: 100%;
87
87
  }
@@ -203,7 +203,7 @@
203
203
  font-size: 16px;
204
204
  color: #0f172a;
205
205
  margin-bottom: 8px;
206
- font-weight: 700;
206
+ font-weight: 700;
207
207
  letter-spacing: 0.5px;
208
208
  }
209
209
 
package/src/index.scss CHANGED
@@ -1770,99 +1770,6 @@ input[type="date"] {
1770
1770
  margin-right: 4px;
1771
1771
  }
1772
1772
 
1773
- /* Fee History Desktop View - NOC/CLU */
1774
- .custom-fix-fee-history-wrapper {
1775
- margin-top: 16px;
1776
- }
1777
-
1778
- .custom-fix-fee-history-toggle {
1779
- display: flex;
1780
- align-items: center;
1781
- cursor: pointer;
1782
- padding: 12px 0;
1783
- border-bottom: 1px solid #ddd;
1784
- }
1785
-
1786
- .custom-fix-fee-history-toggle-text {
1787
- font-weight: bold;
1788
- font-size: 16px;
1789
- flex: 1;
1790
- }
1791
-
1792
- .custom-fix-fee-history-toggle-icon {
1793
- font-size: 18px;
1794
- font-weight: bold;
1795
- }
1796
-
1797
- .custom-fix-fee-history-table-container {
1798
- overflow-x: auto;
1799
- margin-top: 16px;
1800
- }
1801
-
1802
- .custom-fix-fee-history-table {
1803
- width: 100%;
1804
- border-collapse: collapse;
1805
- min-width: 600px;
1806
- }
1807
-
1808
- .custom-fix-fee-history-table-header {
1809
- padding: 8px;
1810
- border: 1px solid #ddd;
1811
- font-weight: bold;
1812
- background-color: #1f3a9f;
1813
- color: #fff;
1814
- min-width: 140px;
1815
- }
1816
-
1817
- .custom-fix-fee-history-table-header-fee {
1818
- padding: 8px;
1819
- border: 1px solid #ddd;
1820
- font-weight: bold;
1821
- background-color: #1f3a9f;
1822
- color: #fff;
1823
- min-width: 150px;
1824
- }
1825
-
1826
- .custom-fix-fee-history-table-cell-label {
1827
- padding: 8px;
1828
- border: 1px solid #ddd;
1829
- font-weight: bold;
1830
- background-color: #f9f9f9;
1831
- }
1832
-
1833
- .custom-fix-fee-history-table-cell-value {
1834
- padding: 8px;
1835
- border: 1px solid #ddd;
1836
- }
1837
-
1838
- .custom-fix-fee-history-table-cell-separator {
1839
- padding: 8px;
1840
- border: 1px solid #ddd;
1841
- font-weight: bold;
1842
- background-color: #f9f9f9;
1843
- border-bottom: 3px solid #999999;
1844
- }
1845
-
1846
- .custom-fix-fee-history-table-cell-separator-value {
1847
- padding: 8px;
1848
- border: 1px solid #ddd;
1849
- border-bottom: 3px solid #999999;
1850
- }
1851
-
1852
- .custom-fix-fee-history-table-cell-separator-last {
1853
- padding: 8px;
1854
- border: 1px solid #ddd;
1855
- font-weight: bold;
1856
- background-color: #f9f9f9;
1857
- border-bottom: none;
1858
- }
1859
-
1860
- .custom-fix-fee-history-table-cell-separator-value-last {
1861
- padding: 8px;
1862
- border: 1px solid #ddd;
1863
- border-bottom: none;
1864
- }
1865
-
1866
1773
 
1867
1774
  .custom-fee-table-input {
1868
1775
  width: 100%;