@pmidc/upyog-css 1.2.35-dev.1.2 → 1.2.36-UAT.1
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 +19 -79
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +3 -1
- package/src/index.scss +74 -171
- package/src/pages/citizen/InboxCard.scss +1 -1
- package/src/pages/employee/inbox.scss +2 -2
package/package.json
CHANGED
package/src/components/card.scss
CHANGED
|
@@ -81,7 +81,8 @@
|
|
|
81
81
|
color: #0f172a;
|
|
82
82
|
margin-bottom: 8px;
|
|
83
83
|
margin-top: 8px;
|
|
84
|
-
font-weight: 700;
|
|
84
|
+
font-weight: 700;
|
|
85
|
+
text-transform: uppercase;
|
|
85
86
|
letter-spacing: 0.5px;
|
|
86
87
|
width: 100%;
|
|
87
88
|
}
|
|
@@ -204,6 +205,7 @@
|
|
|
204
205
|
color: #0f172a;
|
|
205
206
|
margin-bottom: 8px;
|
|
206
207
|
font-weight: 700;
|
|
208
|
+
text-transform: uppercase;
|
|
207
209
|
letter-spacing: 0.5px;
|
|
208
210
|
}
|
|
209
211
|
|
package/src/index.scss
CHANGED
|
@@ -1669,7 +1669,6 @@ input[type="date"] {
|
|
|
1669
1669
|
border-collapse: collapse;
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
|
-
|
|
1673
1672
|
.custom-fee-table-header {
|
|
1674
1673
|
padding: 14px 12px;
|
|
1675
1674
|
font-size: 12px;
|
|
@@ -1680,7 +1679,6 @@ input[type="date"] {
|
|
|
1680
1679
|
text-align: left;
|
|
1681
1680
|
}
|
|
1682
1681
|
|
|
1683
|
-
|
|
1684
1682
|
.custom-fee-table-cell {
|
|
1685
1683
|
padding: 14px 12px;
|
|
1686
1684
|
font-size: 16px;
|
|
@@ -1704,7 +1702,6 @@ input[type="date"] {
|
|
|
1704
1702
|
padding: 14px 12px;
|
|
1705
1703
|
}
|
|
1706
1704
|
|
|
1707
|
-
|
|
1708
1705
|
.custom-fee-history-section {
|
|
1709
1706
|
margin-top: 16px;
|
|
1710
1707
|
}
|
|
@@ -1729,7 +1726,6 @@ input[type="date"] {
|
|
|
1729
1726
|
border-collapse: collapse;
|
|
1730
1727
|
}
|
|
1731
1728
|
|
|
1732
|
-
|
|
1733
1729
|
.custom-fee-history-header {
|
|
1734
1730
|
padding: 12px 8px;
|
|
1735
1731
|
font-size: 14px;
|
|
@@ -1741,7 +1737,6 @@ input[type="date"] {
|
|
|
1741
1737
|
text-align: left;
|
|
1742
1738
|
}
|
|
1743
1739
|
|
|
1744
|
-
|
|
1745
1740
|
.custom-fee-history-cell {
|
|
1746
1741
|
padding: 12px 8px;
|
|
1747
1742
|
min-width: 120px;
|
|
@@ -1771,100 +1766,6 @@ input[type="date"] {
|
|
|
1771
1766
|
margin-right: 4px;
|
|
1772
1767
|
}
|
|
1773
1768
|
|
|
1774
|
-
/* Fee History Desktop View - NOC/CLU */
|
|
1775
|
-
.custom-fix-fee-history-wrapper {
|
|
1776
|
-
margin-top: 16px;
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
.custom-fix-fee-history-toggle {
|
|
1780
|
-
display: flex;
|
|
1781
|
-
align-items: center;
|
|
1782
|
-
cursor: pointer;
|
|
1783
|
-
padding: 12px 0;
|
|
1784
|
-
border-bottom: 1px solid #ddd;
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
.custom-fix-fee-history-toggle-text {
|
|
1788
|
-
font-weight: bold;
|
|
1789
|
-
font-size: 16px;
|
|
1790
|
-
flex: 1;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
.custom-fix-fee-history-toggle-icon {
|
|
1794
|
-
font-size: 18px;
|
|
1795
|
-
font-weight: bold;
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
.custom-fix-fee-history-table-container {
|
|
1799
|
-
overflow-x: auto;
|
|
1800
|
-
margin-top: 16px;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
.custom-fix-fee-history-table {
|
|
1804
|
-
width: 100%;
|
|
1805
|
-
border-collapse: collapse;
|
|
1806
|
-
min-width: 600px;
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
.custom-fix-fee-history-table-header {
|
|
1810
|
-
padding: 8px;
|
|
1811
|
-
border: 1px solid #ddd;
|
|
1812
|
-
font-weight: bold;
|
|
1813
|
-
background-color: #1f3a9f;
|
|
1814
|
-
color: #fff;
|
|
1815
|
-
min-width: 140px;
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
.custom-fix-fee-history-table-header-fee {
|
|
1819
|
-
padding: 8px;
|
|
1820
|
-
border: 1px solid #ddd;
|
|
1821
|
-
font-weight: bold;
|
|
1822
|
-
background-color: #1f3a9f;
|
|
1823
|
-
color: #fff;
|
|
1824
|
-
min-width: 150px;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
.custom-fix-fee-history-table-cell-label {
|
|
1828
|
-
padding: 8px;
|
|
1829
|
-
border: 1px solid #ddd;
|
|
1830
|
-
font-weight: bold;
|
|
1831
|
-
background-color: #f9f9f9;
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
.custom-fix-fee-history-table-cell-value {
|
|
1835
|
-
padding: 8px;
|
|
1836
|
-
border: 1px solid #ddd;
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
|
-
.custom-fix-fee-history-table-cell-separator {
|
|
1840
|
-
padding: 8px;
|
|
1841
|
-
border: 1px solid #ddd;
|
|
1842
|
-
font-weight: bold;
|
|
1843
|
-
background-color: #f9f9f9;
|
|
1844
|
-
border-bottom: 3px solid #999999;
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
.custom-fix-fee-history-table-cell-separator-value {
|
|
1848
|
-
padding: 8px;
|
|
1849
|
-
border: 1px solid #ddd;
|
|
1850
|
-
border-bottom: 3px solid #999999;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.custom-fix-fee-history-table-cell-separator-last {
|
|
1854
|
-
padding: 8px;
|
|
1855
|
-
border: 1px solid #ddd;
|
|
1856
|
-
font-weight: bold;
|
|
1857
|
-
background-color: #f9f9f9;
|
|
1858
|
-
border-bottom: none;
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
.custom-fix-fee-history-table-cell-separator-value-last {
|
|
1862
|
-
padding: 8px;
|
|
1863
|
-
border: 1px solid #ddd;
|
|
1864
|
-
border-bottom: none;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
1769
|
.custom-fee-table-input {
|
|
1869
1770
|
width: 100%;
|
|
1870
1771
|
border-radius: 4px;
|
|
@@ -1880,7 +1781,7 @@ input[type="date"] {
|
|
|
1880
1781
|
white-space: pre-wrap;
|
|
1881
1782
|
resize: vertical;
|
|
1882
1783
|
padding: 10px 12px;
|
|
1883
|
-
border: 1px solid #
|
|
1784
|
+
border: 1px solid #cccccc;
|
|
1884
1785
|
border-radius: 4px;
|
|
1885
1786
|
font-size: 15px;
|
|
1886
1787
|
line-height: 1.5;
|
|
@@ -1894,16 +1795,16 @@ input[type="date"] {
|
|
|
1894
1795
|
}
|
|
1895
1796
|
|
|
1896
1797
|
.custom-fee-table-textarea:disabled {
|
|
1897
|
-
background-color: #
|
|
1798
|
+
background-color: #f5f5f5;
|
|
1898
1799
|
color: #999;
|
|
1899
1800
|
cursor: not-allowed;
|
|
1900
1801
|
}
|
|
1901
1802
|
|
|
1902
1803
|
.custom-fee-remark-display {
|
|
1903
1804
|
padding: 10px 12px;
|
|
1904
|
-
border: 1px solid #
|
|
1805
|
+
border: 1px solid #e0e0e0;
|
|
1905
1806
|
border-radius: 4px;
|
|
1906
|
-
background-color: #
|
|
1807
|
+
background-color: #f9f9f9;
|
|
1907
1808
|
font-size: 15px;
|
|
1908
1809
|
line-height: 1.5;
|
|
1909
1810
|
word-wrap: break-word;
|
|
@@ -1916,7 +1817,6 @@ input[type="date"] {
|
|
|
1916
1817
|
color: #333;
|
|
1917
1818
|
}
|
|
1918
1819
|
|
|
1919
|
-
|
|
1920
1820
|
.custom-fee-mobile-cards {
|
|
1921
1821
|
display: flex;
|
|
1922
1822
|
flex-direction: column;
|
|
@@ -1926,7 +1826,7 @@ input[type="date"] {
|
|
|
1926
1826
|
|
|
1927
1827
|
.custom-fee-card {
|
|
1928
1828
|
background: white;
|
|
1929
|
-
border: 1px solid #
|
|
1829
|
+
border: 1px solid #e0e0e0;
|
|
1930
1830
|
border-radius: 8px;
|
|
1931
1831
|
padding: 16px;
|
|
1932
1832
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
@@ -1943,13 +1843,13 @@ input[type="date"] {
|
|
|
1943
1843
|
align-items: center;
|
|
1944
1844
|
margin-bottom: 12px;
|
|
1945
1845
|
padding-bottom: 12px;
|
|
1946
|
-
border-bottom: 2px solid #
|
|
1846
|
+
border-bottom: 2px solid #f0f0f0;
|
|
1947
1847
|
}
|
|
1948
1848
|
|
|
1949
1849
|
.custom-fee-card-type {
|
|
1950
1850
|
font-weight: 700;
|
|
1951
1851
|
font-size: 15px;
|
|
1952
|
-
color: #
|
|
1852
|
+
color: #1a1a1a;
|
|
1953
1853
|
text-transform: capitalize;
|
|
1954
1854
|
letter-spacing: 0.3px;
|
|
1955
1855
|
}
|
|
@@ -1990,18 +1890,18 @@ input[type="date"] {
|
|
|
1990
1890
|
font-size: 13px;
|
|
1991
1891
|
color: #333;
|
|
1992
1892
|
padding: 8px;
|
|
1993
|
-
background: #
|
|
1893
|
+
background: #f9f9f9;
|
|
1994
1894
|
border-radius: 4px;
|
|
1995
1895
|
min-height: 32px;
|
|
1996
1896
|
display: flex;
|
|
1997
1897
|
align-items: center;
|
|
1998
|
-
border: 1px solid #
|
|
1898
|
+
border: 1px solid #e8e8e8;
|
|
1999
1899
|
}
|
|
2000
1900
|
|
|
2001
1901
|
/* Total Row Special Styling */
|
|
2002
1902
|
.custom-fee-card-total-row {
|
|
2003
|
-
background: linear-gradient(135deg, #
|
|
2004
|
-
border: 2px solid #
|
|
1903
|
+
background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
|
|
1904
|
+
border: 2px solid #d0d8e8;
|
|
2005
1905
|
margin-top: 8px;
|
|
2006
1906
|
|
|
2007
1907
|
.custom-fee-card-header {
|
|
@@ -2029,7 +1929,7 @@ input[type="date"] {
|
|
|
2029
1929
|
.custom-fee-card-total-value {
|
|
2030
1930
|
font-size: 24px;
|
|
2031
1931
|
font-weight: 800;
|
|
2032
|
-
color: #
|
|
1932
|
+
color: #1a1a1a;
|
|
2033
1933
|
letter-spacing: 0.2px;
|
|
2034
1934
|
}
|
|
2035
1935
|
|
|
@@ -2041,7 +1941,6 @@ input[type="date"] {
|
|
|
2041
1941
|
line-height: 1.4;
|
|
2042
1942
|
}
|
|
2043
1943
|
|
|
2044
|
-
|
|
2045
1944
|
/* Mobile History Section */
|
|
2046
1945
|
.custom-fee-mobile-wrapper {
|
|
2047
1946
|
display: flex;
|
|
@@ -2051,7 +1950,7 @@ input[type="date"] {
|
|
|
2051
1950
|
|
|
2052
1951
|
.custom-fee-mobile-history {
|
|
2053
1952
|
background: white;
|
|
2054
|
-
border: 1px solid #
|
|
1953
|
+
border: 1px solid #e0e0e0;
|
|
2055
1954
|
overflow: hidden;
|
|
2056
1955
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
2057
1956
|
margin-top: 20px;
|
|
@@ -2063,19 +1962,19 @@ input[type="date"] {
|
|
|
2063
1962
|
align-items: center;
|
|
2064
1963
|
padding: 16px;
|
|
2065
1964
|
cursor: pointer;
|
|
2066
|
-
background: linear-gradient(135deg, #
|
|
2067
|
-
border-bottom: 1px solid #
|
|
1965
|
+
background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
|
|
1966
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2068
1967
|
transition: all 0.2s ease;
|
|
2069
1968
|
|
|
2070
1969
|
&:active {
|
|
2071
|
-
background: linear-gradient(135deg, #
|
|
1970
|
+
background: linear-gradient(135deg, #f0f3f8 0%, #e8ecfa 100%);
|
|
2072
1971
|
}
|
|
2073
1972
|
}
|
|
2074
1973
|
|
|
2075
1974
|
.custom-fee-history-title {
|
|
2076
1975
|
font-weight: 700;
|
|
2077
1976
|
font-size: 14px;
|
|
2078
|
-
color: #
|
|
1977
|
+
color: #1a1a1a;
|
|
2079
1978
|
text-transform: uppercase;
|
|
2080
1979
|
letter-spacing: 0.5px;
|
|
2081
1980
|
}
|
|
@@ -2093,8 +1992,8 @@ input[type="date"] {
|
|
|
2093
1992
|
}
|
|
2094
1993
|
|
|
2095
1994
|
.custom-fee-history-card {
|
|
2096
|
-
background: #
|
|
2097
|
-
border: 1px solid #
|
|
1995
|
+
background: #f9f9f9;
|
|
1996
|
+
border: 1px solid #e8e8e8;
|
|
2098
1997
|
border-radius: 6px;
|
|
2099
1998
|
overflow: hidden;
|
|
2100
1999
|
}
|
|
@@ -2119,7 +2018,7 @@ input[type="date"] {
|
|
|
2119
2018
|
|
|
2120
2019
|
.custom-fee-history-entry {
|
|
2121
2020
|
padding: 8px 0;
|
|
2122
|
-
border-bottom: 1px solid #
|
|
2021
|
+
border-bottom: 1px solid #e8e8e8;
|
|
2123
2022
|
|
|
2124
2023
|
&:last-child {
|
|
2125
2024
|
border-bottom: none;
|
|
@@ -2220,7 +2119,7 @@ input[type="date"] {
|
|
|
2220
2119
|
}
|
|
2221
2120
|
|
|
2222
2121
|
.checklist-mobile-card {
|
|
2223
|
-
border-bottom: 1px solid #
|
|
2122
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2224
2123
|
padding: 12px 0;
|
|
2225
2124
|
}
|
|
2226
2125
|
|
|
@@ -2283,7 +2182,7 @@ input[type="date"] {
|
|
|
2283
2182
|
white-space: pre-wrap;
|
|
2284
2183
|
resize: vertical;
|
|
2285
2184
|
padding: 14px 16px;
|
|
2286
|
-
border: 1px solid #
|
|
2185
|
+
border: 1px solid #cccccc;
|
|
2287
2186
|
border-radius: 4px;
|
|
2288
2187
|
font-size: 15px;
|
|
2289
2188
|
line-height: 1.5;
|
|
@@ -2301,7 +2200,7 @@ input[type="date"] {
|
|
|
2301
2200
|
}
|
|
2302
2201
|
|
|
2303
2202
|
.checklist-table-textarea:disabled {
|
|
2304
|
-
background-color: #
|
|
2203
|
+
background-color: #f5f5f5;
|
|
2305
2204
|
color: #999;
|
|
2306
2205
|
cursor: not-allowed;
|
|
2307
2206
|
border-color: #e1e8f0;
|
|
@@ -2348,62 +2247,66 @@ input[type="date"] {
|
|
|
2348
2247
|
}
|
|
2349
2248
|
|
|
2350
2249
|
@media (min-width: 1024px) {
|
|
2351
|
-
.data-card{
|
|
2250
|
+
.data-card {
|
|
2352
2251
|
.employee-card-sub-heade {
|
|
2353
|
-
|
|
2252
|
+
margin-bottom: 40px;
|
|
2354
2253
|
font-size: 18px;
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2254
|
+
font-weight: 700;
|
|
2255
|
+
color: #1e293b;
|
|
2256
|
+
text-align: left;
|
|
2257
|
+
text-transform: uppercase;
|
|
2258
|
+
letter-spacing: 0.4px;
|
|
2360
2259
|
}
|
|
2361
2260
|
}
|
|
2362
2261
|
}
|
|
2363
|
-
.language-plugin{
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
}
|
|
2375
|
-
.language-plugin svg path{
|
|
2376
|
-
fill: #
|
|
2377
|
-
}
|
|
2378
|
-
.language-plugin:hover{
|
|
2262
|
+
.language-plugin {
|
|
2263
|
+
position: fixed;
|
|
2264
|
+
top: 16px;
|
|
2265
|
+
right: 20px;
|
|
2266
|
+
z-index: 99999;
|
|
2267
|
+
background: linear-gradient(135deg, rgb(37, 99, 235), rgb(124, 58, 237));
|
|
2268
|
+
padding: 6px 10px;
|
|
2269
|
+
border-radius: 8px;
|
|
2270
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
|
|
2271
|
+
display: flex;
|
|
2272
|
+
align-items: center;
|
|
2273
|
+
}
|
|
2274
|
+
.language-plugin svg path {
|
|
2275
|
+
fill: #fff;
|
|
2276
|
+
}
|
|
2277
|
+
.language-plugin:hover {
|
|
2379
2278
|
transform: translateY(-3px) scale(1.03);
|
|
2380
|
-
box-shadow:
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
display: flex;
|
|
2394
|
-
align-items: center;
|
|
2395
|
-
backdrop-filter: blur(12px);
|
|
2279
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
|
|
2280
|
+
}
|
|
2281
|
+
.language-plugin-landing {
|
|
2282
|
+
position: fixed;
|
|
2283
|
+
top: 16px;
|
|
2284
|
+
right: 20px;
|
|
2285
|
+
z-index: 99999;
|
|
2286
|
+
background: #fff;
|
|
2287
|
+
padding: 6px 10px;
|
|
2288
|
+
border-radius: 8px;
|
|
2289
|
+
display: flex;
|
|
2290
|
+
align-items: center;
|
|
2291
|
+
backdrop-filter: blur(12px);
|
|
2396
2292
|
-webkit-backdrop-filter: blur(12px);
|
|
2397
|
-
|
|
2293
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
|
2398
2294
|
transition: all 0.3s ease;
|
|
2399
2295
|
}
|
|
2400
|
-
.language-plugin-landing:hover{
|
|
2296
|
+
.language-plugin-landing:hover {
|
|
2401
2297
|
transform: translateY(-3px) scale(1.03);
|
|
2402
|
-
box-shadow:
|
|
2403
|
-
0 10px 20px rgba(0, 0, 0, 0.25),
|
|
2404
|
-
0 0 20px rgba(59, 130, 246, 0.5),
|
|
2405
|
-
0 0 35px rgba(14, 165, 233, 0.4);
|
|
2298
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
|
|
2406
2299
|
}
|
|
2407
|
-
.margin-right-50{
|
|
2300
|
+
.margin-right-50 {
|
|
2408
2301
|
margin-right: 50px;
|
|
2409
|
-
}
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.engageMentCollapse {
|
|
2305
|
+
display: flex;
|
|
2306
|
+
justify-content: space-between;
|
|
2307
|
+
align-items: center;
|
|
2308
|
+
cursor: pointer;
|
|
2309
|
+
background: #f5f5f5;
|
|
2310
|
+
padding: 10px;
|
|
2311
|
+
border-radius: 4px;
|
|
2312
|
+
}
|