@pmidc/upyog-css 1.2.35 → 1.2.36-dev.1.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 +143 -4
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +2 -2
- package/src/index.scss +174 -38
- 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,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
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
.display-none {
|
|
146
146
|
display: none;
|
|
147
147
|
}
|
|
148
|
+
|
|
148
149
|
.primary-label-btn {
|
|
149
150
|
margin: 10px auto 0px !important;
|
|
150
151
|
}
|
|
@@ -1668,7 +1669,6 @@ input[type="date"] {
|
|
|
1668
1669
|
border-collapse: collapse;
|
|
1669
1670
|
}
|
|
1670
1671
|
|
|
1671
|
-
|
|
1672
1672
|
.custom-fee-table-header {
|
|
1673
1673
|
padding: 14px 12px;
|
|
1674
1674
|
font-size: 12px;
|
|
@@ -1679,7 +1679,6 @@ input[type="date"] {
|
|
|
1679
1679
|
text-align: left;
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
1682
|
-
|
|
1683
1682
|
.custom-fee-table-cell {
|
|
1684
1683
|
padding: 14px 12px;
|
|
1685
1684
|
font-size: 16px;
|
|
@@ -1703,7 +1702,6 @@ input[type="date"] {
|
|
|
1703
1702
|
padding: 14px 12px;
|
|
1704
1703
|
}
|
|
1705
1704
|
|
|
1706
|
-
|
|
1707
1705
|
.custom-fee-history-section {
|
|
1708
1706
|
margin-top: 16px;
|
|
1709
1707
|
}
|
|
@@ -1728,7 +1726,6 @@ input[type="date"] {
|
|
|
1728
1726
|
border-collapse: collapse;
|
|
1729
1727
|
}
|
|
1730
1728
|
|
|
1731
|
-
|
|
1732
1729
|
.custom-fee-history-header {
|
|
1733
1730
|
padding: 12px 8px;
|
|
1734
1731
|
font-size: 14px;
|
|
@@ -1740,7 +1737,6 @@ input[type="date"] {
|
|
|
1740
1737
|
text-align: left;
|
|
1741
1738
|
}
|
|
1742
1739
|
|
|
1743
|
-
|
|
1744
1740
|
.custom-fee-history-cell {
|
|
1745
1741
|
padding: 12px 8px;
|
|
1746
1742
|
min-width: 120px;
|
|
@@ -1770,7 +1766,6 @@ input[type="date"] {
|
|
|
1770
1766
|
margin-right: 4px;
|
|
1771
1767
|
}
|
|
1772
1768
|
|
|
1773
|
-
|
|
1774
1769
|
.custom-fee-table-input {
|
|
1775
1770
|
width: 100%;
|
|
1776
1771
|
border-radius: 4px;
|
|
@@ -1786,7 +1781,7 @@ input[type="date"] {
|
|
|
1786
1781
|
white-space: pre-wrap;
|
|
1787
1782
|
resize: vertical;
|
|
1788
1783
|
padding: 10px 12px;
|
|
1789
|
-
border: 1px solid #
|
|
1784
|
+
border: 1px solid #cccccc;
|
|
1790
1785
|
border-radius: 4px;
|
|
1791
1786
|
font-size: 15px;
|
|
1792
1787
|
line-height: 1.5;
|
|
@@ -1800,16 +1795,16 @@ input[type="date"] {
|
|
|
1800
1795
|
}
|
|
1801
1796
|
|
|
1802
1797
|
.custom-fee-table-textarea:disabled {
|
|
1803
|
-
background-color: #
|
|
1798
|
+
background-color: #f5f5f5;
|
|
1804
1799
|
color: #999;
|
|
1805
1800
|
cursor: not-allowed;
|
|
1806
1801
|
}
|
|
1807
1802
|
|
|
1808
1803
|
.custom-fee-remark-display {
|
|
1809
1804
|
padding: 10px 12px;
|
|
1810
|
-
border: 1px solid #
|
|
1805
|
+
border: 1px solid #e0e0e0;
|
|
1811
1806
|
border-radius: 4px;
|
|
1812
|
-
background-color: #
|
|
1807
|
+
background-color: #f9f9f9;
|
|
1813
1808
|
font-size: 15px;
|
|
1814
1809
|
line-height: 1.5;
|
|
1815
1810
|
word-wrap: break-word;
|
|
@@ -1822,7 +1817,6 @@ input[type="date"] {
|
|
|
1822
1817
|
color: #333;
|
|
1823
1818
|
}
|
|
1824
1819
|
|
|
1825
|
-
|
|
1826
1820
|
.custom-fee-mobile-cards {
|
|
1827
1821
|
display: flex;
|
|
1828
1822
|
flex-direction: column;
|
|
@@ -1832,7 +1826,7 @@ input[type="date"] {
|
|
|
1832
1826
|
|
|
1833
1827
|
.custom-fee-card {
|
|
1834
1828
|
background: white;
|
|
1835
|
-
border: 1px solid #
|
|
1829
|
+
border: 1px solid #e0e0e0;
|
|
1836
1830
|
border-radius: 8px;
|
|
1837
1831
|
padding: 16px;
|
|
1838
1832
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
@@ -1849,13 +1843,13 @@ input[type="date"] {
|
|
|
1849
1843
|
align-items: center;
|
|
1850
1844
|
margin-bottom: 12px;
|
|
1851
1845
|
padding-bottom: 12px;
|
|
1852
|
-
border-bottom: 2px solid #
|
|
1846
|
+
border-bottom: 2px solid #f0f0f0;
|
|
1853
1847
|
}
|
|
1854
1848
|
|
|
1855
1849
|
.custom-fee-card-type {
|
|
1856
1850
|
font-weight: 700;
|
|
1857
1851
|
font-size: 15px;
|
|
1858
|
-
color: #
|
|
1852
|
+
color: #1a1a1a;
|
|
1859
1853
|
text-transform: capitalize;
|
|
1860
1854
|
letter-spacing: 0.3px;
|
|
1861
1855
|
}
|
|
@@ -1896,18 +1890,18 @@ input[type="date"] {
|
|
|
1896
1890
|
font-size: 13px;
|
|
1897
1891
|
color: #333;
|
|
1898
1892
|
padding: 8px;
|
|
1899
|
-
background: #
|
|
1893
|
+
background: #f9f9f9;
|
|
1900
1894
|
border-radius: 4px;
|
|
1901
1895
|
min-height: 32px;
|
|
1902
1896
|
display: flex;
|
|
1903
1897
|
align-items: center;
|
|
1904
|
-
border: 1px solid #
|
|
1898
|
+
border: 1px solid #e8e8e8;
|
|
1905
1899
|
}
|
|
1906
1900
|
|
|
1907
1901
|
/* Total Row Special Styling */
|
|
1908
1902
|
.custom-fee-card-total-row {
|
|
1909
|
-
background: linear-gradient(135deg, #
|
|
1910
|
-
border: 2px solid #
|
|
1903
|
+
background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
|
|
1904
|
+
border: 2px solid #d0d8e8;
|
|
1911
1905
|
margin-top: 8px;
|
|
1912
1906
|
|
|
1913
1907
|
.custom-fee-card-header {
|
|
@@ -1935,7 +1929,7 @@ input[type="date"] {
|
|
|
1935
1929
|
.custom-fee-card-total-value {
|
|
1936
1930
|
font-size: 24px;
|
|
1937
1931
|
font-weight: 800;
|
|
1938
|
-
color: #
|
|
1932
|
+
color: #1a1a1a;
|
|
1939
1933
|
letter-spacing: 0.2px;
|
|
1940
1934
|
}
|
|
1941
1935
|
|
|
@@ -1947,7 +1941,6 @@ input[type="date"] {
|
|
|
1947
1941
|
line-height: 1.4;
|
|
1948
1942
|
}
|
|
1949
1943
|
|
|
1950
|
-
|
|
1951
1944
|
/* Mobile History Section */
|
|
1952
1945
|
.custom-fee-mobile-wrapper {
|
|
1953
1946
|
display: flex;
|
|
@@ -1957,7 +1950,7 @@ input[type="date"] {
|
|
|
1957
1950
|
|
|
1958
1951
|
.custom-fee-mobile-history {
|
|
1959
1952
|
background: white;
|
|
1960
|
-
border: 1px solid #
|
|
1953
|
+
border: 1px solid #e0e0e0;
|
|
1961
1954
|
overflow: hidden;
|
|
1962
1955
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
1963
1956
|
margin-top: 20px;
|
|
@@ -1969,19 +1962,19 @@ input[type="date"] {
|
|
|
1969
1962
|
align-items: center;
|
|
1970
1963
|
padding: 16px;
|
|
1971
1964
|
cursor: pointer;
|
|
1972
|
-
background: linear-gradient(135deg, #
|
|
1973
|
-
border-bottom: 1px solid #
|
|
1965
|
+
background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
|
|
1966
|
+
border-bottom: 1px solid #e0e0e0;
|
|
1974
1967
|
transition: all 0.2s ease;
|
|
1975
1968
|
|
|
1976
1969
|
&:active {
|
|
1977
|
-
background: linear-gradient(135deg, #
|
|
1970
|
+
background: linear-gradient(135deg, #f0f3f8 0%, #e8ecfa 100%);
|
|
1978
1971
|
}
|
|
1979
1972
|
}
|
|
1980
1973
|
|
|
1981
1974
|
.custom-fee-history-title {
|
|
1982
1975
|
font-weight: 700;
|
|
1983
1976
|
font-size: 14px;
|
|
1984
|
-
color: #
|
|
1977
|
+
color: #1a1a1a;
|
|
1985
1978
|
text-transform: uppercase;
|
|
1986
1979
|
letter-spacing: 0.5px;
|
|
1987
1980
|
}
|
|
@@ -1999,8 +1992,8 @@ input[type="date"] {
|
|
|
1999
1992
|
}
|
|
2000
1993
|
|
|
2001
1994
|
.custom-fee-history-card {
|
|
2002
|
-
background: #
|
|
2003
|
-
border: 1px solid #
|
|
1995
|
+
background: #f9f9f9;
|
|
1996
|
+
border: 1px solid #e8e8e8;
|
|
2004
1997
|
border-radius: 6px;
|
|
2005
1998
|
overflow: hidden;
|
|
2006
1999
|
}
|
|
@@ -2025,7 +2018,7 @@ input[type="date"] {
|
|
|
2025
2018
|
|
|
2026
2019
|
.custom-fee-history-entry {
|
|
2027
2020
|
padding: 8px 0;
|
|
2028
|
-
border-bottom: 1px solid #
|
|
2021
|
+
border-bottom: 1px solid #e8e8e8;
|
|
2029
2022
|
|
|
2030
2023
|
&:last-child {
|
|
2031
2024
|
border-bottom: none;
|
|
@@ -2045,6 +2038,97 @@ input[type="date"] {
|
|
|
2045
2038
|
font-size: 15px;
|
|
2046
2039
|
margin-right: 4px;
|
|
2047
2040
|
}
|
|
2041
|
+
.custom-fix-fee-history-wrapper {
|
|
2042
|
+
margin-top: 16px;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.custom-fix-fee-history-toggle {
|
|
2046
|
+
display: flex;
|
|
2047
|
+
align-items: center;
|
|
2048
|
+
cursor: pointer;
|
|
2049
|
+
padding: 12px 0;
|
|
2050
|
+
border-bottom: 1px solid #ddd;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
.custom-fix-fee-history-toggle-text {
|
|
2054
|
+
font-weight: bold;
|
|
2055
|
+
font-size: 16px;
|
|
2056
|
+
flex: 1;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.custom-fix-fee-history-toggle-icon {
|
|
2060
|
+
font-size: 18px;
|
|
2061
|
+
font-weight: bold;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
.custom-fix-fee-history-table-container {
|
|
2065
|
+
overflow-x: auto;
|
|
2066
|
+
margin-top: 16px;
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
.custom-fix-fee-history-table {
|
|
2070
|
+
width: 100%;
|
|
2071
|
+
border-collapse: collapse;
|
|
2072
|
+
min-width: 600px;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.custom-fix-fee-history-table-header {
|
|
2076
|
+
padding: 8px;
|
|
2077
|
+
border: 1px solid #ddd;
|
|
2078
|
+
font-weight: bold;
|
|
2079
|
+
background-color: #1f3a9f;
|
|
2080
|
+
color: #fff;
|
|
2081
|
+
min-width: 140px;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.custom-fix-fee-history-table-header-fee {
|
|
2085
|
+
padding: 8px;
|
|
2086
|
+
border: 1px solid #ddd;
|
|
2087
|
+
font-weight: bold;
|
|
2088
|
+
background-color: #1f3a9f;
|
|
2089
|
+
color: #fff;
|
|
2090
|
+
min-width: 150px;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
.custom-fix-fee-history-table-cell-label {
|
|
2094
|
+
padding: 8px;
|
|
2095
|
+
border: 1px solid #ddd;
|
|
2096
|
+
font-weight: bold;
|
|
2097
|
+
background-color: #f9f9f9;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.custom-fix-fee-history-table-cell-value {
|
|
2101
|
+
padding: 8px;
|
|
2102
|
+
border: 1px solid #ddd;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
.custom-fix-fee-history-table-cell-separator {
|
|
2106
|
+
padding: 8px;
|
|
2107
|
+
border: 1px solid #ddd;
|
|
2108
|
+
font-weight: bold;
|
|
2109
|
+
background-color: #f9f9f9;
|
|
2110
|
+
border-bottom: 3px solid #999999;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
.custom-fix-fee-history-table-cell-separator-value {
|
|
2114
|
+
padding: 8px;
|
|
2115
|
+
border: 1px solid #ddd;
|
|
2116
|
+
border-bottom: 3px solid #999999;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.custom-fix-fee-history-table-cell-separator-last {
|
|
2120
|
+
padding: 8px;
|
|
2121
|
+
border: 1px solid #ddd;
|
|
2122
|
+
font-weight: bold;
|
|
2123
|
+
background-color: #f9f9f9;
|
|
2124
|
+
border-bottom: none;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.custom-fix-fee-history-table-cell-separator-value-last {
|
|
2128
|
+
padding: 8px;
|
|
2129
|
+
border: 1px solid #ddd;
|
|
2130
|
+
border-bottom: none;
|
|
2131
|
+
}
|
|
2048
2132
|
|
|
2049
2133
|
/* NOC Document Checklist Table Wrapper */
|
|
2050
2134
|
.checklist-document-table-wrapper {
|
|
@@ -2126,7 +2210,7 @@ input[type="date"] {
|
|
|
2126
2210
|
}
|
|
2127
2211
|
|
|
2128
2212
|
.checklist-mobile-card {
|
|
2129
|
-
border-bottom: 1px solid #
|
|
2213
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2130
2214
|
padding: 12px 0;
|
|
2131
2215
|
}
|
|
2132
2216
|
|
|
@@ -2189,7 +2273,7 @@ input[type="date"] {
|
|
|
2189
2273
|
white-space: pre-wrap;
|
|
2190
2274
|
resize: vertical;
|
|
2191
2275
|
padding: 14px 16px;
|
|
2192
|
-
border: 1px solid #
|
|
2276
|
+
border: 1px solid #cccccc;
|
|
2193
2277
|
border-radius: 4px;
|
|
2194
2278
|
font-size: 15px;
|
|
2195
2279
|
line-height: 1.5;
|
|
@@ -2207,7 +2291,7 @@ input[type="date"] {
|
|
|
2207
2291
|
}
|
|
2208
2292
|
|
|
2209
2293
|
.checklist-table-textarea:disabled {
|
|
2210
|
-
background-color: #
|
|
2294
|
+
background-color: #f5f5f5;
|
|
2211
2295
|
color: #999;
|
|
2212
2296
|
cursor: not-allowed;
|
|
2213
2297
|
border-color: #e1e8f0;
|
|
@@ -2254,15 +2338,67 @@ input[type="date"] {
|
|
|
2254
2338
|
}
|
|
2255
2339
|
|
|
2256
2340
|
@media (min-width: 1024px) {
|
|
2257
|
-
.data-card{
|
|
2341
|
+
.data-card {
|
|
2258
2342
|
.employee-card-sub-heade {
|
|
2259
|
-
|
|
2343
|
+
margin-bottom: 40px;
|
|
2260
2344
|
font-size: 18px;
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2345
|
+
font-weight: 700;
|
|
2346
|
+
color: #1e293b;
|
|
2347
|
+
text-align: left;
|
|
2348
|
+
text-transform: uppercase;
|
|
2349
|
+
letter-spacing: 0.4px;
|
|
2266
2350
|
}
|
|
2267
2351
|
}
|
|
2268
2352
|
}
|
|
2353
|
+
.language-plugin {
|
|
2354
|
+
position: fixed;
|
|
2355
|
+
top: 16px;
|
|
2356
|
+
right: 20px;
|
|
2357
|
+
z-index: 99999;
|
|
2358
|
+
background: linear-gradient(135deg, rgb(37, 99, 235), rgb(124, 58, 237));
|
|
2359
|
+
padding: 6px 10px;
|
|
2360
|
+
border-radius: 8px;
|
|
2361
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
|
|
2362
|
+
display: flex;
|
|
2363
|
+
align-items: center;
|
|
2364
|
+
}
|
|
2365
|
+
.language-plugin svg path {
|
|
2366
|
+
fill: #fff;
|
|
2367
|
+
}
|
|
2368
|
+
.language-plugin:hover {
|
|
2369
|
+
transform: translateY(-3px) scale(1.03);
|
|
2370
|
+
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);
|
|
2371
|
+
}
|
|
2372
|
+
.language-plugin-landing {
|
|
2373
|
+
position: fixed;
|
|
2374
|
+
top: 16px;
|
|
2375
|
+
right: 20px;
|
|
2376
|
+
z-index: 99999;
|
|
2377
|
+
background: #fff;
|
|
2378
|
+
padding: 6px 10px;
|
|
2379
|
+
border-radius: 8px;
|
|
2380
|
+
display: flex;
|
|
2381
|
+
align-items: center;
|
|
2382
|
+
backdrop-filter: blur(12px);
|
|
2383
|
+
-webkit-backdrop-filter: blur(12px);
|
|
2384
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
|
2385
|
+
transition: all 0.3s ease;
|
|
2386
|
+
}
|
|
2387
|
+
.language-plugin-landing:hover {
|
|
2388
|
+
transform: translateY(-3px) scale(1.03);
|
|
2389
|
+
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);
|
|
2390
|
+
}
|
|
2391
|
+
.margin-right-50 {
|
|
2392
|
+
margin-right: 50px;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
.surveyCardSection {
|
|
2396
|
+
background: white;
|
|
2397
|
+
display: block;
|
|
2398
|
+
padding: 15px;
|
|
2399
|
+
justify-self: center;
|
|
2400
|
+
width: 50%;
|
|
2401
|
+
@media (max-width: 768px) {
|
|
2402
|
+
width: 100%;
|
|
2403
|
+
}
|
|
2404
|
+
}
|