@pmidc/upyog-css 1.2.36-dev.1.1 → 1.2.37

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.36-dev.1.1",
3
+ "version": "1.2.37",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -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,6 +1669,7 @@ input[type="date"] {
1669
1669
  border-collapse: collapse;
1670
1670
  }
1671
1671
 
1672
+
1672
1673
  .custom-fee-table-header {
1673
1674
  padding: 14px 12px;
1674
1675
  font-size: 12px;
@@ -1679,6 +1680,7 @@ input[type="date"] {
1679
1680
  text-align: left;
1680
1681
  }
1681
1682
 
1683
+
1682
1684
  .custom-fee-table-cell {
1683
1685
  padding: 14px 12px;
1684
1686
  font-size: 16px;
@@ -1702,6 +1704,7 @@ input[type="date"] {
1702
1704
  padding: 14px 12px;
1703
1705
  }
1704
1706
 
1707
+
1705
1708
  .custom-fee-history-section {
1706
1709
  margin-top: 16px;
1707
1710
  }
@@ -1726,6 +1729,7 @@ input[type="date"] {
1726
1729
  border-collapse: collapse;
1727
1730
  }
1728
1731
 
1732
+
1729
1733
  .custom-fee-history-header {
1730
1734
  padding: 12px 8px;
1731
1735
  font-size: 14px;
@@ -1737,6 +1741,7 @@ input[type="date"] {
1737
1741
  text-align: left;
1738
1742
  }
1739
1743
 
1744
+
1740
1745
  .custom-fee-history-cell {
1741
1746
  padding: 12px 8px;
1742
1747
  min-width: 120px;
@@ -1766,6 +1771,7 @@ input[type="date"] {
1766
1771
  margin-right: 4px;
1767
1772
  }
1768
1773
 
1774
+
1769
1775
  .custom-fee-table-input {
1770
1776
  width: 100%;
1771
1777
  border-radius: 4px;
@@ -1781,7 +1787,7 @@ input[type="date"] {
1781
1787
  white-space: pre-wrap;
1782
1788
  resize: vertical;
1783
1789
  padding: 10px 12px;
1784
- border: 1px solid #cccccc;
1790
+ border: 1px solid #CCCCCC;
1785
1791
  border-radius: 4px;
1786
1792
  font-size: 15px;
1787
1793
  line-height: 1.5;
@@ -1795,16 +1801,16 @@ input[type="date"] {
1795
1801
  }
1796
1802
 
1797
1803
  .custom-fee-table-textarea:disabled {
1798
- background-color: #f5f5f5;
1804
+ background-color: #F5F5F5;
1799
1805
  color: #999;
1800
1806
  cursor: not-allowed;
1801
1807
  }
1802
1808
 
1803
1809
  .custom-fee-remark-display {
1804
1810
  padding: 10px 12px;
1805
- border: 1px solid #e0e0e0;
1811
+ border: 1px solid #E0E0E0;
1806
1812
  border-radius: 4px;
1807
- background-color: #f9f9f9;
1813
+ background-color: #F9F9F9;
1808
1814
  font-size: 15px;
1809
1815
  line-height: 1.5;
1810
1816
  word-wrap: break-word;
@@ -1817,6 +1823,7 @@ input[type="date"] {
1817
1823
  color: #333;
1818
1824
  }
1819
1825
 
1826
+
1820
1827
  .custom-fee-mobile-cards {
1821
1828
  display: flex;
1822
1829
  flex-direction: column;
@@ -1826,7 +1833,7 @@ input[type="date"] {
1826
1833
 
1827
1834
  .custom-fee-card {
1828
1835
  background: white;
1829
- border: 1px solid #e0e0e0;
1836
+ border: 1px solid #E0E0E0;
1830
1837
  border-radius: 8px;
1831
1838
  padding: 16px;
1832
1839
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
@@ -1843,13 +1850,13 @@ input[type="date"] {
1843
1850
  align-items: center;
1844
1851
  margin-bottom: 12px;
1845
1852
  padding-bottom: 12px;
1846
- border-bottom: 2px solid #f0f0f0;
1853
+ border-bottom: 2px solid #F0F0F0;
1847
1854
  }
1848
1855
 
1849
1856
  .custom-fee-card-type {
1850
1857
  font-weight: 700;
1851
1858
  font-size: 15px;
1852
- color: #1a1a1a;
1859
+ color: #1A1A1A;
1853
1860
  text-transform: capitalize;
1854
1861
  letter-spacing: 0.3px;
1855
1862
  }
@@ -1890,18 +1897,18 @@ input[type="date"] {
1890
1897
  font-size: 13px;
1891
1898
  color: #333;
1892
1899
  padding: 8px;
1893
- background: #f9f9f9;
1900
+ background: #F9F9F9;
1894
1901
  border-radius: 4px;
1895
1902
  min-height: 32px;
1896
1903
  display: flex;
1897
1904
  align-items: center;
1898
- border: 1px solid #e8e8e8;
1905
+ border: 1px solid #E8E8E8;
1899
1906
  }
1900
1907
 
1901
1908
  /* Total Row Special Styling */
1902
1909
  .custom-fee-card-total-row {
1903
- background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
1904
- border: 2px solid #d0d8e8;
1910
+ background: linear-gradient(135deg, #F5F7FA 0%, #F0F3F8 100%);
1911
+ border: 2px solid #D0D8E8;
1905
1912
  margin-top: 8px;
1906
1913
 
1907
1914
  .custom-fee-card-header {
@@ -1929,7 +1936,7 @@ input[type="date"] {
1929
1936
  .custom-fee-card-total-value {
1930
1937
  font-size: 24px;
1931
1938
  font-weight: 800;
1932
- color: #1a1a1a;
1939
+ color: #1A1A1A;
1933
1940
  letter-spacing: 0.2px;
1934
1941
  }
1935
1942
 
@@ -1941,6 +1948,7 @@ input[type="date"] {
1941
1948
  line-height: 1.4;
1942
1949
  }
1943
1950
 
1951
+
1944
1952
  /* Mobile History Section */
1945
1953
  .custom-fee-mobile-wrapper {
1946
1954
  display: flex;
@@ -1950,7 +1958,7 @@ input[type="date"] {
1950
1958
 
1951
1959
  .custom-fee-mobile-history {
1952
1960
  background: white;
1953
- border: 1px solid #e0e0e0;
1961
+ border: 1px solid #E0E0E0;
1954
1962
  overflow: hidden;
1955
1963
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
1956
1964
  margin-top: 20px;
@@ -1962,19 +1970,19 @@ input[type="date"] {
1962
1970
  align-items: center;
1963
1971
  padding: 16px;
1964
1972
  cursor: pointer;
1965
- background: linear-gradient(135deg, #f5f7fa 0%, #f0f3f8 100%);
1966
- border-bottom: 1px solid #e0e0e0;
1973
+ background: linear-gradient(135deg, #F5F7FA 0%, #F0F3F8 100%);
1974
+ border-bottom: 1px solid #E0E0E0;
1967
1975
  transition: all 0.2s ease;
1968
1976
 
1969
1977
  &:active {
1970
- background: linear-gradient(135deg, #f0f3f8 0%, #e8ecfa 100%);
1978
+ background: linear-gradient(135deg, #F0F3F8 0%, #E8ECFA 100%);
1971
1979
  }
1972
1980
  }
1973
1981
 
1974
1982
  .custom-fee-history-title {
1975
1983
  font-weight: 700;
1976
1984
  font-size: 14px;
1977
- color: #1a1a1a;
1985
+ color: #1A1A1A;
1978
1986
  text-transform: uppercase;
1979
1987
  letter-spacing: 0.5px;
1980
1988
  }
@@ -1992,8 +2000,8 @@ input[type="date"] {
1992
2000
  }
1993
2001
 
1994
2002
  .custom-fee-history-card {
1995
- background: #f9f9f9;
1996
- border: 1px solid #e8e8e8;
2003
+ background: #F9F9F9;
2004
+ border: 1px solid #E8E8E8;
1997
2005
  border-radius: 6px;
1998
2006
  overflow: hidden;
1999
2007
  }
@@ -2018,7 +2026,7 @@ input[type="date"] {
2018
2026
 
2019
2027
  .custom-fee-history-entry {
2020
2028
  padding: 8px 0;
2021
- border-bottom: 1px solid #e8e8e8;
2029
+ border-bottom: 1px solid #E8E8E8;
2022
2030
 
2023
2031
  &:last-child {
2024
2032
  border-bottom: none;
@@ -2038,97 +2046,6 @@ input[type="date"] {
2038
2046
  font-size: 15px;
2039
2047
  margin-right: 4px;
2040
2048
  }
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
- }
2132
2049
 
2133
2050
  /* NOC Document Checklist Table Wrapper */
2134
2051
  .checklist-document-table-wrapper {
@@ -2210,7 +2127,7 @@ input[type="date"] {
2210
2127
  }
2211
2128
 
2212
2129
  .checklist-mobile-card {
2213
- border-bottom: 1px solid #e0e0e0;
2130
+ border-bottom: 1px solid #E0E0E0;
2214
2131
  padding: 12px 0;
2215
2132
  }
2216
2133
 
@@ -2273,7 +2190,7 @@ input[type="date"] {
2273
2190
  white-space: pre-wrap;
2274
2191
  resize: vertical;
2275
2192
  padding: 14px 16px;
2276
- border: 1px solid #cccccc;
2193
+ border: 1px solid #CCCCCC;
2277
2194
  border-radius: 4px;
2278
2195
  font-size: 15px;
2279
2196
  line-height: 1.5;
@@ -2291,7 +2208,7 @@ input[type="date"] {
2291
2208
  }
2292
2209
 
2293
2210
  .checklist-table-textarea:disabled {
2294
- background-color: #f5f5f5;
2211
+ background-color: #F5F5F5;
2295
2212
  color: #999;
2296
2213
  cursor: not-allowed;
2297
2214
  border-color: #e1e8f0;
@@ -2338,67 +2255,62 @@ input[type="date"] {
2338
2255
  }
2339
2256
 
2340
2257
  @media (min-width: 1024px) {
2341
- .data-card {
2258
+ .data-card{
2342
2259
  .employee-card-sub-heade {
2343
- margin-bottom: 40px;
2260
+ margin-bottom: 40px;
2344
2261
  font-size: 18px;
2345
- font-weight: 700;
2346
- color: #1e293b;
2347
- text-align: left;
2348
- text-transform: uppercase;
2349
- letter-spacing: 0.4px;
2262
+ font-weight: 700;
2263
+ color: #1e293b;
2264
+ text-align: left;
2265
+ text-transform: uppercase;
2266
+ letter-spacing: .4px;
2350
2267
  }
2351
2268
  }
2352
2269
  }
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 {
2270
+ .language-plugin{
2271
+ position: fixed;
2272
+ top: 16px;
2273
+ right: 20px;
2274
+ z-index: 99999;
2275
+ background: linear-gradient(135deg, rgb(37, 99, 235), rgb(124, 58, 237));
2276
+ padding: 6px 10px;
2277
+ border-radius:8px;
2278
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
2279
+ display: flex;
2280
+ align-items: center;
2281
+ }
2282
+ .language-plugin svg path{
2283
+ fill: #FFF;
2284
+ }
2285
+ .language-plugin:hover{
2369
2286
  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);
2287
+ box-shadow:
2288
+ 0 10px 20px rgba(0, 0, 0, 0.25),
2289
+ 0 0 20px rgba(59, 130, 246, 0.5),
2290
+ 0 0 35px rgba(14, 165, 233, 0.4);
2291
+ }
2292
+ .language-plugin-landing{
2293
+ position: fixed;
2294
+ top: 16px;
2295
+ right: 20px;
2296
+ z-index: 99999;
2297
+ background: #FFF;
2298
+ padding: 6px 10px;
2299
+ border-radius:8px;
2300
+ display: flex;
2301
+ align-items: center;
2302
+ backdrop-filter: blur(12px);
2383
2303
  -webkit-backdrop-filter: blur(12px);
2384
- box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
2304
+ box-shadow:0 8px 32px rgba(0, 0, 0, 0.2);
2385
2305
  transition: all 0.3s ease;
2386
2306
  }
2387
- .language-plugin-landing:hover {
2307
+ .language-plugin-landing:hover{
2388
2308
  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);
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);
2390
2313
  }
2391
- .margin-right-50 {
2314
+ .margin-right-50{
2392
2315
  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
- }
2316
+ }
@@ -265,7 +265,7 @@
265
265
  .bpa-owner-search-icon-container {
266
266
  position: absolute;
267
267
  right: 12px;
268
- top: 50%;
268
+ top: 36%;
269
269
  transform: translateY(-50%);
270
270
  display: flex;
271
271
  align-items: center;
@@ -801,10 +801,10 @@
801
801
  .employee-main-application-details .employeeCard {
802
802
  padding: 10px;
803
803
  }
804
- /* .cp {
804
+ .cp {
805
805
  width: 60px !important;
806
806
 
807
- } */
807
+ }
808
808
  }
809
809
 
810
810