@pmidc/upyog-css 1.2.33 → 1.2.34

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.33",
3
+ "version": "1.2.34",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
package/src/index.scss CHANGED
@@ -1770,6 +1770,99 @@ 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
+
1773
1866
 
1774
1867
  .custom-fee-table-input {
1775
1868
  width: 100%;