@pmidc/upyog-css 1.2.35-dev.1.2 → 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 +86 -78
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +166 -171
- package/src/pages/employee/inbox.scss +2 -2
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,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;
|
|
@@ -2139,6 +2038,97 @@ input[type="date"] {
|
|
|
2139
2038
|
font-size: 15px;
|
|
2140
2039
|
margin-right: 4px;
|
|
2141
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
|
+
}
|
|
2142
2132
|
|
|
2143
2133
|
/* NOC Document Checklist Table Wrapper */
|
|
2144
2134
|
.checklist-document-table-wrapper {
|
|
@@ -2220,7 +2210,7 @@ input[type="date"] {
|
|
|
2220
2210
|
}
|
|
2221
2211
|
|
|
2222
2212
|
.checklist-mobile-card {
|
|
2223
|
-
border-bottom: 1px solid #
|
|
2213
|
+
border-bottom: 1px solid #e0e0e0;
|
|
2224
2214
|
padding: 12px 0;
|
|
2225
2215
|
}
|
|
2226
2216
|
|
|
@@ -2283,7 +2273,7 @@ input[type="date"] {
|
|
|
2283
2273
|
white-space: pre-wrap;
|
|
2284
2274
|
resize: vertical;
|
|
2285
2275
|
padding: 14px 16px;
|
|
2286
|
-
border: 1px solid #
|
|
2276
|
+
border: 1px solid #cccccc;
|
|
2287
2277
|
border-radius: 4px;
|
|
2288
2278
|
font-size: 15px;
|
|
2289
2279
|
line-height: 1.5;
|
|
@@ -2301,7 +2291,7 @@ input[type="date"] {
|
|
|
2301
2291
|
}
|
|
2302
2292
|
|
|
2303
2293
|
.checklist-table-textarea:disabled {
|
|
2304
|
-
background-color: #
|
|
2294
|
+
background-color: #f5f5f5;
|
|
2305
2295
|
color: #999;
|
|
2306
2296
|
cursor: not-allowed;
|
|
2307
2297
|
border-color: #e1e8f0;
|
|
@@ -2348,62 +2338,67 @@ input[type="date"] {
|
|
|
2348
2338
|
}
|
|
2349
2339
|
|
|
2350
2340
|
@media (min-width: 1024px) {
|
|
2351
|
-
.data-card{
|
|
2341
|
+
.data-card {
|
|
2352
2342
|
.employee-card-sub-heade {
|
|
2353
|
-
|
|
2343
|
+
margin-bottom: 40px;
|
|
2354
2344
|
font-size: 18px;
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2345
|
+
font-weight: 700;
|
|
2346
|
+
color: #1e293b;
|
|
2347
|
+
text-align: left;
|
|
2348
|
+
text-transform: uppercase;
|
|
2349
|
+
letter-spacing: 0.4px;
|
|
2360
2350
|
}
|
|
2361
2351
|
}
|
|
2362
2352
|
}
|
|
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{
|
|
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 {
|
|
2379
2369
|
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);
|
|
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);
|
|
2396
2383
|
-webkit-backdrop-filter: blur(12px);
|
|
2397
|
-
|
|
2384
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
|
2398
2385
|
transition: all 0.3s ease;
|
|
2399
2386
|
}
|
|
2400
|
-
.language-plugin-landing:hover{
|
|
2387
|
+
.language-plugin-landing:hover {
|
|
2401
2388
|
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);
|
|
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);
|
|
2406
2390
|
}
|
|
2407
|
-
.margin-right-50{
|
|
2391
|
+
.margin-right-50 {
|
|
2408
2392
|
margin-right: 50px;
|
|
2409
|
-
}
|
|
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
|
+
}
|