@pmidc/upyog-css 1.2.38 → 1.2.39
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 +16 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +82 -78
package/package.json
CHANGED
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,7 +1766,6 @@ input[type="date"] {
|
|
|
1771
1766
|
margin-right: 4px;
|
|
1772
1767
|
}
|
|
1773
1768
|
|
|
1774
|
-
|
|
1775
1769
|
.custom-fee-table-input {
|
|
1776
1770
|
width: 100%;
|
|
1777
1771
|
border-radius: 4px;
|
|
@@ -1787,7 +1781,7 @@ input[type="date"] {
|
|
|
1787
1781
|
white-space: pre-wrap;
|
|
1788
1782
|
resize: vertical;
|
|
1789
1783
|
padding: 10px 12px;
|
|
1790
|
-
border: 1px solid #
|
|
1784
|
+
border: 1px solid #cccccc;
|
|
1791
1785
|
border-radius: 4px;
|
|
1792
1786
|
font-size: 15px;
|
|
1793
1787
|
line-height: 1.5;
|
|
@@ -1801,16 +1795,16 @@ input[type="date"] {
|
|
|
1801
1795
|
}
|
|
1802
1796
|
|
|
1803
1797
|
.custom-fee-table-textarea:disabled {
|
|
1804
|
-
background-color: #
|
|
1798
|
+
background-color: #f5f5f5;
|
|
1805
1799
|
color: #999;
|
|
1806
1800
|
cursor: not-allowed;
|
|
1807
1801
|
}
|
|
1808
1802
|
|
|
1809
1803
|
.custom-fee-remark-display {
|
|
1810
1804
|
padding: 10px 12px;
|
|
1811
|
-
border: 1px solid #
|
|
1805
|
+
border: 1px solid #e0e0e0;
|
|
1812
1806
|
border-radius: 4px;
|
|
1813
|
-
background-color: #
|
|
1807
|
+
background-color: #f9f9f9;
|
|
1814
1808
|
font-size: 15px;
|
|
1815
1809
|
line-height: 1.5;
|
|
1816
1810
|
word-wrap: break-word;
|
|
@@ -1823,7 +1817,6 @@ input[type="date"] {
|
|
|
1823
1817
|
color: #333;
|
|
1824
1818
|
}
|
|
1825
1819
|
|
|
1826
|
-
|
|
1827
1820
|
.custom-fee-mobile-cards {
|
|
1828
1821
|
display: flex;
|
|
1829
1822
|
flex-direction: column;
|
|
@@ -1833,7 +1826,7 @@ input[type="date"] {
|
|
|
1833
1826
|
|
|
1834
1827
|
.custom-fee-card {
|
|
1835
1828
|
background: white;
|
|
1836
|
-
border: 1px solid #
|
|
1829
|
+
border: 1px solid #e0e0e0;
|
|
1837
1830
|
border-radius: 8px;
|
|
1838
1831
|
padding: 16px;
|
|
1839
1832
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
@@ -1850,13 +1843,13 @@ input[type="date"] {
|
|
|
1850
1843
|
align-items: center;
|
|
1851
1844
|
margin-bottom: 12px;
|
|
1852
1845
|
padding-bottom: 12px;
|
|
1853
|
-
border-bottom: 2px solid #
|
|
1846
|
+
border-bottom: 2px solid #f0f0f0;
|
|
1854
1847
|
}
|
|
1855
1848
|
|
|
1856
1849
|
.custom-fee-card-type {
|
|
1857
1850
|
font-weight: 700;
|
|
1858
1851
|
font-size: 15px;
|
|
1859
|
-
color: #
|
|
1852
|
+
color: #1a1a1a;
|
|
1860
1853
|
text-transform: capitalize;
|
|
1861
1854
|
letter-spacing: 0.3px;
|
|
1862
1855
|
}
|
|
@@ -1897,18 +1890,18 @@ input[type="date"] {
|
|
|
1897
1890
|
font-size: 13px;
|
|
1898
1891
|
color: #333;
|
|
1899
1892
|
padding: 8px;
|
|
1900
|
-
background: #
|
|
1893
|
+
background: #f9f9f9;
|
|
1901
1894
|
border-radius: 4px;
|
|
1902
1895
|
min-height: 32px;
|
|
1903
1896
|
display: flex;
|
|
1904
1897
|
align-items: center;
|
|
1905
|
-
border: 1px solid #
|
|
1898
|
+
border: 1px solid #e8e8e8;
|
|
1906
1899
|
}
|
|
1907
1900
|
|
|
1908
1901
|
/* Total Row Special Styling */
|
|
1909
1902
|
.custom-fee-card-total-row {
|
|
1910
|
-
background: linear-gradient(135deg, #
|
|
1911
|
-
border: 2px solid #
|
|
1903
|
+
background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
|
|
1904
|
+
border: 2px solid #d0d8e8;
|
|
1912
1905
|
margin-top: 8px;
|
|
1913
1906
|
|
|
1914
1907
|
.custom-fee-card-header {
|
|
@@ -1936,7 +1929,7 @@ input[type="date"] {
|
|
|
1936
1929
|
.custom-fee-card-total-value {
|
|
1937
1930
|
font-size: 24px;
|
|
1938
1931
|
font-weight: 800;
|
|
1939
|
-
color: #
|
|
1932
|
+
color: #1a1a1a;
|
|
1940
1933
|
letter-spacing: 0.2px;
|
|
1941
1934
|
}
|
|
1942
1935
|
|
|
@@ -1948,7 +1941,6 @@ input[type="date"] {
|
|
|
1948
1941
|
line-height: 1.4;
|
|
1949
1942
|
}
|
|
1950
1943
|
|
|
1951
|
-
|
|
1952
1944
|
/* Mobile History Section */
|
|
1953
1945
|
.custom-fee-mobile-wrapper {
|
|
1954
1946
|
display: flex;
|
|
@@ -1958,7 +1950,7 @@ input[type="date"] {
|
|
|
1958
1950
|
|
|
1959
1951
|
.custom-fee-mobile-history {
|
|
1960
1952
|
background: white;
|
|
1961
|
-
border: 1px solid #
|
|
1953
|
+
border: 1px solid #e0e0e0;
|
|
1962
1954
|
overflow: hidden;
|
|
1963
1955
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
1964
1956
|
margin-top: 20px;
|
|
@@ -1970,19 +1962,19 @@ input[type="date"] {
|
|
|
1970
1962
|
align-items: center;
|
|
1971
1963
|
padding: 16px;
|
|
1972
1964
|
cursor: pointer;
|
|
1973
|
-
background: linear-gradient(135deg, #
|
|
1974
|
-
border-bottom: 1px solid #
|
|
1965
|
+
background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
|
|
1966
|
+
border-bottom: 1px solid #e0e0e0;
|
|
1975
1967
|
transition: all 0.2s ease;
|
|
1976
1968
|
|
|
1977
1969
|
&:active {
|
|
1978
|
-
background: linear-gradient(135deg, #
|
|
1970
|
+
background: linear-gradient(135deg, #f0f3f8 0%, #e8ecfa 100%);
|
|
1979
1971
|
}
|
|
1980
1972
|
}
|
|
1981
1973
|
|
|
1982
1974
|
.custom-fee-history-title {
|
|
1983
1975
|
font-weight: 700;
|
|
1984
1976
|
font-size: 14px;
|
|
1985
|
-
color: #
|
|
1977
|
+
color: #1a1a1a;
|
|
1986
1978
|
text-transform: uppercase;
|
|
1987
1979
|
letter-spacing: 0.5px;
|
|
1988
1980
|
}
|
|
@@ -2000,8 +1992,8 @@ input[type="date"] {
|
|
|
2000
1992
|
}
|
|
2001
1993
|
|
|
2002
1994
|
.custom-fee-history-card {
|
|
2003
|
-
background: #
|
|
2004
|
-
border: 1px solid #
|
|
1995
|
+
background: #f9f9f9;
|
|
1996
|
+
border: 1px solid #e8e8e8;
|
|
2005
1997
|
border-radius: 6px;
|
|
2006
1998
|
overflow: hidden;
|
|
2007
1999
|
}
|
|
@@ -2026,7 +2018,7 @@ input[type="date"] {
|
|
|
2026
2018
|
|
|
2027
2019
|
.custom-fee-history-entry {
|
|
2028
2020
|
padding: 8px 0;
|
|
2029
|
-
border-bottom: 1px solid #
|
|
2021
|
+
border-bottom: 1px solid #e8e8e8;
|
|
2030
2022
|
|
|
2031
2023
|
&:last-child {
|
|
2032
2024
|
border-bottom: none;
|
|
@@ -2127,7 +2119,7 @@ input[type="date"] {
|
|
|
2127
2119
|
}
|
|
2128
2120
|
|
|
2129
2121
|
.checklist-mobile-card {
|
|
2130
|
-
border-bottom: 1px solid #
|
|
2122
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2131
2123
|
padding: 12px 0;
|
|
2132
2124
|
}
|
|
2133
2125
|
|
|
@@ -2190,7 +2182,7 @@ input[type="date"] {
|
|
|
2190
2182
|
white-space: pre-wrap;
|
|
2191
2183
|
resize: vertical;
|
|
2192
2184
|
padding: 14px 16px;
|
|
2193
|
-
border: 1px solid #
|
|
2185
|
+
border: 1px solid #cccccc;
|
|
2194
2186
|
border-radius: 4px;
|
|
2195
2187
|
font-size: 15px;
|
|
2196
2188
|
line-height: 1.5;
|
|
@@ -2208,7 +2200,7 @@ input[type="date"] {
|
|
|
2208
2200
|
}
|
|
2209
2201
|
|
|
2210
2202
|
.checklist-table-textarea:disabled {
|
|
2211
|
-
background-color: #
|
|
2203
|
+
background-color: #f5f5f5;
|
|
2212
2204
|
color: #999;
|
|
2213
2205
|
cursor: not-allowed;
|
|
2214
2206
|
border-color: #e1e8f0;
|
|
@@ -2255,62 +2247,74 @@ input[type="date"] {
|
|
|
2255
2247
|
}
|
|
2256
2248
|
|
|
2257
2249
|
@media (min-width: 1024px) {
|
|
2258
|
-
.data-card{
|
|
2250
|
+
.data-card {
|
|
2259
2251
|
.employee-card-sub-heade {
|
|
2260
|
-
|
|
2252
|
+
margin-bottom: 40px;
|
|
2261
2253
|
font-size: 18px;
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2254
|
+
font-weight: 700;
|
|
2255
|
+
color: #1e293b;
|
|
2256
|
+
text-align: left;
|
|
2257
|
+
text-transform: uppercase;
|
|
2258
|
+
letter-spacing: 0.4px;
|
|
2267
2259
|
}
|
|
2268
2260
|
}
|
|
2269
2261
|
}
|
|
2270
|
-
.language-plugin{
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
}
|
|
2282
|
-
.language-plugin svg path{
|
|
2283
|
-
fill: #
|
|
2284
|
-
}
|
|
2285
|
-
.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 {
|
|
2286
2278
|
transform: translateY(-3px) scale(1.03);
|
|
2287
|
-
box-shadow:
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
display: flex;
|
|
2301
|
-
align-items: center;
|
|
2302
|
-
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);
|
|
2303
2292
|
-webkit-backdrop-filter: blur(12px);
|
|
2304
|
-
|
|
2293
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
|
2305
2294
|
transition: all 0.3s ease;
|
|
2306
2295
|
}
|
|
2307
|
-
.language-plugin-landing:hover{
|
|
2296
|
+
.language-plugin-landing:hover {
|
|
2308
2297
|
transform: translateY(-3px) scale(1.03);
|
|
2309
|
-
box-shadow:
|
|
2310
|
-
0 10px 20px rgba(0, 0, 0, 0.25),
|
|
2311
|
-
0 0 20px rgba(59, 130, 246, 0.5),
|
|
2312
|
-
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);
|
|
2313
2299
|
}
|
|
2314
|
-
.margin-right-50{
|
|
2300
|
+
.margin-right-50 {
|
|
2315
2301
|
margin-right: 50px;
|
|
2316
|
-
}
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.engagementForm {
|
|
2305
|
+
width: 70%;
|
|
2306
|
+
@media (max-width: 768px) {
|
|
2307
|
+
width: 100%;
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
.surveyCardSection {
|
|
2312
|
+
background: white;
|
|
2313
|
+
display: block;
|
|
2314
|
+
padding: 15px;
|
|
2315
|
+
justify-self: center;
|
|
2316
|
+
width: 50%;
|
|
2317
|
+
@media (max-width: 768px) {
|
|
2318
|
+
width: 100%;
|
|
2319
|
+
}
|
|
2320
|
+
}
|