@pmidc/upyog-css 1.2.37 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.2.37",
3
+ "version": "1.2.39",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
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 #CCCCCC;
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: #F5F5F5;
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 #E0E0E0;
1805
+ border: 1px solid #e0e0e0;
1812
1806
  border-radius: 4px;
1813
- background-color: #F9F9F9;
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 #E0E0E0;
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 #F0F0F0;
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: #1A1A1A;
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: #F9F9F9;
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 #E8E8E8;
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, #F5F7FA 0%, #F0F3F8 100%);
1911
- border: 2px solid #D0D8E8;
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: #1A1A1A;
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 #E0E0E0;
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, #F5F7FA 0%, #F0F3F8 100%);
1974
- border-bottom: 1px solid #E0E0E0;
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, #F0F3F8 0%, #E8ECFA 100%);
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: #1A1A1A;
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: #F9F9F9;
2004
- border: 1px solid #E8E8E8;
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 #E8E8E8;
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 #E0E0E0;
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 #CCCCCC;
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: #F5F5F5;
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
- margin-bottom: 40px;
2252
+ margin-bottom: 40px;
2261
2253
  font-size: 18px;
2262
- font-weight: 700;
2263
- color: #1e293b;
2264
- text-align: left;
2265
- text-transform: uppercase;
2266
- letter-spacing: .4px;
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
- 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{
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
- 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);
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
- box-shadow:0 8px 32px rgba(0, 0, 0, 0.2);
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
+ }
@@ -801,10 +801,6 @@
801
801
  .employee-main-application-details .employeeCard {
802
802
  padding: 10px;
803
803
  }
804
- .cp {
805
- width: 60px !important;
806
-
807
- }
808
804
  }
809
805
 
810
806