@strands.gg/accui 1.7.2 → 1.8.0
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/accui.css +651 -225
- package/dist/nuxt/runtime/composables/useStrandsAuth.cjs.js +1 -1
- package/dist/nuxt/runtime/composables/useStrandsAuth.es.js +1 -1
- package/dist/nuxt/runtime/plugin.client.cjs.js +1 -1
- package/dist/nuxt/runtime/plugin.client.es.js +1 -1
- package/dist/nuxt/runtime/plugin.server.cjs.js +1 -1
- package/dist/nuxt/runtime/plugin.server.es.js +1 -1
- package/dist/nuxt-v4/runtime/composables/useStrandsAuth.cjs.js +1 -1
- package/dist/nuxt-v4/runtime/composables/useStrandsAuth.es.js +1 -1
- package/dist/nuxt-v4/runtime/plugin.client.cjs.js +1 -1
- package/dist/nuxt-v4/runtime/plugin.client.es.js +1 -1
- package/dist/nuxt-v4/runtime/plugin.server.cjs.js +1 -1
- package/dist/nuxt-v4/runtime/plugin.server.es.js +1 -1
- package/dist/strands-auth-ui.cjs.js +1162 -741
- package/dist/strands-auth-ui.cjs.js.map +1 -1
- package/dist/strands-auth-ui.es.js +1163 -742
- package/dist/strands-auth-ui.es.js.map +1 -1
- package/dist/{useStrandsAuth-CO9JEdxM.js → useStrandsAuth-Beee__9G.js} +90 -27
- package/dist/useStrandsAuth-Beee__9G.js.map +1 -0
- package/dist/{useStrandsAuth-z4jAu9Uv.cjs → useStrandsAuth-JfbGH2c-.cjs} +90 -27
- package/dist/useStrandsAuth-JfbGH2c-.cjs.map +1 -0
- package/dist/{useStrandsConfig-Bdk-g0jS.js → useStrandsConfig-Cxb360Os.js} +13 -3
- package/dist/useStrandsConfig-Cxb360Os.js.map +1 -0
- package/dist/{useStrandsConfig-CtmQtE7Y.cjs → useStrandsConfig-Dms13Zd0.cjs} +13 -3
- package/dist/useStrandsConfig-Dms13Zd0.cjs.map +1 -0
- package/package.json +5 -1
- package/dist/useStrandsAuth-CO9JEdxM.js.map +0 -1
- package/dist/useStrandsAuth-z4jAu9Uv.cjs.map +0 -1
- package/dist/useStrandsConfig-Bdk-g0jS.js.map +0 -1
- package/dist/useStrandsConfig-CtmQtE7Y.cjs.map +0 -1
package/dist/accui.css
CHANGED
|
@@ -218,8 +218,7 @@
|
|
|
218
218
|
.accui-component-scope img,
|
|
219
219
|
.accui-component-scope picture,
|
|
220
220
|
.accui-component-scope video,
|
|
221
|
-
.accui-component-scope canvas
|
|
222
|
-
.accui-component-scope svg {
|
|
221
|
+
.accui-component-scope canvas {
|
|
223
222
|
display: block;
|
|
224
223
|
max-width: 100%;
|
|
225
224
|
}
|
|
@@ -1444,23 +1443,23 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1444
1443
|
background: #94a3b8;
|
|
1445
1444
|
}
|
|
1446
1445
|
|
|
1447
|
-
.secured-footer[data-v-
|
|
1446
|
+
.secured-footer[data-v-6dfcdb8c] {
|
|
1448
1447
|
display: flex;
|
|
1449
1448
|
align-items: center;
|
|
1450
1449
|
gap: 0.5rem;
|
|
1451
1450
|
padding-top: 1rem;
|
|
1452
1451
|
border-top: 1px solid #e5e7eb;
|
|
1453
1452
|
}
|
|
1454
|
-
.secured-footer-with-content[data-v-
|
|
1453
|
+
.secured-footer-with-content[data-v-6dfcdb8c] {
|
|
1455
1454
|
justify-content: space-between;
|
|
1456
1455
|
}
|
|
1457
|
-
.secured-footer-centered[data-v-
|
|
1456
|
+
.secured-footer-centered[data-v-6dfcdb8c] {
|
|
1458
1457
|
justify-content: center;
|
|
1459
1458
|
}
|
|
1460
|
-
.secured-logo[data-v-
|
|
1459
|
+
.secured-logo[data-v-6dfcdb8c] {
|
|
1461
1460
|
flex-shrink: 0;
|
|
1462
1461
|
}
|
|
1463
|
-
.secured-logo-image[data-v-
|
|
1462
|
+
.secured-logo-image[data-v-6dfcdb8c] {
|
|
1464
1463
|
height: 2rem;
|
|
1465
1464
|
}
|
|
1466
1465
|
|
|
@@ -1875,76 +1874,76 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1875
1874
|
}
|
|
1876
1875
|
|
|
1877
1876
|
/* Simple fade transition - gentle and smooth */
|
|
1878
|
-
.fade-enter-active[data-v-
|
|
1879
|
-
.fade-leave-active[data-v-
|
|
1877
|
+
.fade-enter-active[data-v-ba0feb8a],
|
|
1878
|
+
.fade-leave-active[data-v-ba0feb8a] {
|
|
1880
1879
|
transition: opacity 350ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1881
1880
|
}
|
|
1882
|
-
.fade-enter-from[data-v-
|
|
1883
|
-
.fade-leave-to[data-v-
|
|
1881
|
+
.fade-enter-from[data-v-ba0feb8a],
|
|
1882
|
+
.fade-leave-to[data-v-ba0feb8a] {
|
|
1884
1883
|
opacity: 0;
|
|
1885
1884
|
}
|
|
1886
1885
|
|
|
1887
1886
|
/* Smooth height transitions - handled entirely by JavaScript */
|
|
1888
|
-
.smooth-height-enter-active[data-v-
|
|
1889
|
-
.smooth-height-leave-active[data-v-
|
|
1887
|
+
.smooth-height-enter-active[data-v-ba0feb8a],
|
|
1888
|
+
.smooth-height-leave-active[data-v-ba0feb8a] {
|
|
1890
1889
|
/* JavaScript handles all transition logic */
|
|
1891
1890
|
}
|
|
1892
1891
|
|
|
1893
1892
|
/* Support block transition - gentle fade with subtle scale */
|
|
1894
|
-
.support-fade-enter-active[data-v-
|
|
1895
|
-
.support-fade-leave-active[data-v-
|
|
1893
|
+
.support-fade-enter-active[data-v-ba0feb8a],
|
|
1894
|
+
.support-fade-leave-active[data-v-ba0feb8a] {
|
|
1896
1895
|
transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1897
1896
|
}
|
|
1898
|
-
.support-fade-enter-from[data-v-
|
|
1897
|
+
.support-fade-enter-from[data-v-ba0feb8a] {
|
|
1899
1898
|
opacity: 0;
|
|
1900
1899
|
transform: scale(0.97) translateY(8px);
|
|
1901
1900
|
}
|
|
1902
|
-
.support-fade-leave-to[data-v-
|
|
1901
|
+
.support-fade-leave-to[data-v-ba0feb8a] {
|
|
1903
1902
|
opacity: 0;
|
|
1904
1903
|
transform: scale(0.99) translateY(-4px);
|
|
1905
1904
|
}
|
|
1906
|
-
.support-fade-enter-to[data-v-
|
|
1907
|
-
.support-fade-leave-from[data-v-
|
|
1905
|
+
.support-fade-enter-to[data-v-ba0feb8a],
|
|
1906
|
+
.support-fade-leave-from[data-v-ba0feb8a] {
|
|
1908
1907
|
opacity: 1;
|
|
1909
1908
|
transform: scale(1) translateY(0);
|
|
1910
1909
|
}
|
|
1911
1910
|
|
|
1912
1911
|
/* Expand transition - for alerts using modern height animation */
|
|
1913
|
-
.expand-enter-active[data-v-
|
|
1914
|
-
.expand-leave-active[data-v-
|
|
1912
|
+
.expand-enter-active[data-v-ba0feb8a],
|
|
1913
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1915
1914
|
overflow: hidden;
|
|
1916
1915
|
}
|
|
1917
1916
|
|
|
1918
1917
|
/* Modern browsers with interpolate-size support for expand */
|
|
1919
1918
|
@supports (interpolate-size: allow-keywords) {
|
|
1920
|
-
.expand-enter-active[data-v-
|
|
1921
|
-
.expand-leave-active[data-v-
|
|
1919
|
+
.expand-enter-active[data-v-ba0feb8a],
|
|
1920
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1922
1921
|
interpolate-size: allow-keywords;
|
|
1923
1922
|
}
|
|
1924
|
-
.expand-enter-active[data-v-
|
|
1923
|
+
.expand-enter-active[data-v-ba0feb8a] {
|
|
1925
1924
|
transition:
|
|
1926
1925
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1927
1926
|
height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1928
1927
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1929
1928
|
}
|
|
1930
|
-
.expand-leave-active[data-v-
|
|
1929
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1931
1930
|
transition:
|
|
1932
1931
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1933
1932
|
height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1934
1933
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1935
1934
|
}
|
|
1936
|
-
.expand-enter-from[data-v-
|
|
1935
|
+
.expand-enter-from[data-v-ba0feb8a] {
|
|
1937
1936
|
opacity: 0;
|
|
1938
1937
|
height: 0;
|
|
1939
1938
|
transform: scale(0.99) translateY(-2px);
|
|
1940
1939
|
}
|
|
1941
|
-
.expand-leave-to[data-v-
|
|
1940
|
+
.expand-leave-to[data-v-ba0feb8a] {
|
|
1942
1941
|
opacity: 0;
|
|
1943
1942
|
height: 0;
|
|
1944
1943
|
transform: scale(0.997) translateY(1px);
|
|
1945
1944
|
}
|
|
1946
|
-
.expand-enter-to[data-v-
|
|
1947
|
-
.expand-leave-from[data-v-
|
|
1945
|
+
.expand-enter-to[data-v-ba0feb8a],
|
|
1946
|
+
.expand-leave-from[data-v-ba0feb8a] {
|
|
1948
1947
|
opacity: 1;
|
|
1949
1948
|
height: auto;
|
|
1950
1949
|
transform: scale(1) translateY(0);
|
|
@@ -1953,30 +1952,30 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1953
1952
|
|
|
1954
1953
|
/* Fallback for expand in older browsers */
|
|
1955
1954
|
@supports not (interpolate-size: allow-keywords) {
|
|
1956
|
-
.expand-enter-active[data-v-
|
|
1955
|
+
.expand-enter-active[data-v-ba0feb8a] {
|
|
1957
1956
|
transition:
|
|
1958
1957
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1959
1958
|
max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1960
1959
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1961
1960
|
}
|
|
1962
|
-
.expand-leave-active[data-v-
|
|
1961
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1963
1962
|
transition:
|
|
1964
1963
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1965
1964
|
max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1966
1965
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1967
1966
|
}
|
|
1968
|
-
.expand-enter-from[data-v-
|
|
1967
|
+
.expand-enter-from[data-v-ba0feb8a] {
|
|
1969
1968
|
opacity: 0;
|
|
1970
1969
|
max-height: 0;
|
|
1971
1970
|
transform: scale(0.99) translateY(-2px);
|
|
1972
1971
|
}
|
|
1973
|
-
.expand-leave-to[data-v-
|
|
1972
|
+
.expand-leave-to[data-v-ba0feb8a] {
|
|
1974
1973
|
opacity: 0;
|
|
1975
1974
|
max-height: 0;
|
|
1976
1975
|
transform: scale(0.997) translateY(1px);
|
|
1977
1976
|
}
|
|
1978
|
-
.expand-enter-to[data-v-
|
|
1979
|
-
.expand-leave-from[data-v-
|
|
1977
|
+
.expand-enter-to[data-v-ba0feb8a],
|
|
1978
|
+
.expand-leave-from[data-v-ba0feb8a] {
|
|
1980
1979
|
opacity: 1;
|
|
1981
1980
|
max-height: 150px;
|
|
1982
1981
|
transform: scale(1) translateY(0);
|
|
@@ -1984,7 +1983,7 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1984
1983
|
}
|
|
1985
1984
|
|
|
1986
1985
|
/* Loading pulse animation */
|
|
1987
|
-
@keyframes pulse-
|
|
1986
|
+
@keyframes pulse-ba0feb8a {
|
|
1988
1987
|
0%, 100% {
|
|
1989
1988
|
opacity: 1;
|
|
1990
1989
|
}
|
|
@@ -1992,12 +1991,12 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1992
1991
|
opacity: 0.5;
|
|
1993
1992
|
}
|
|
1994
1993
|
}
|
|
1995
|
-
.animate-pulse[data-v-
|
|
1996
|
-
animation: pulse-
|
|
1994
|
+
.animate-pulse[data-v-ba0feb8a] {
|
|
1995
|
+
animation: pulse-ba0feb8a 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1997
1996
|
}
|
|
1998
1997
|
|
|
1999
1998
|
/* Slide up animation for main container - elegant entrance */
|
|
2000
|
-
@keyframes slide-up-
|
|
1999
|
+
@keyframes slide-up-ba0feb8a {
|
|
2001
2000
|
from {
|
|
2002
2001
|
opacity: 0;
|
|
2003
2002
|
transform: translateY(24px) scale(0.96);
|
|
@@ -2009,12 +2008,12 @@ to {
|
|
|
2009
2008
|
filter: blur(0px);
|
|
2010
2009
|
}
|
|
2011
2010
|
}
|
|
2012
|
-
.animate-slide-up[data-v-
|
|
2013
|
-
animation: slide-up-
|
|
2011
|
+
.animate-slide-up[data-v-ba0feb8a] {
|
|
2012
|
+
animation: slide-up-ba0feb8a 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2014
2013
|
}
|
|
2015
2014
|
|
|
2016
2015
|
/* Fade in animation for alerts - gentle appearance */
|
|
2017
|
-
@keyframes fade-in-
|
|
2016
|
+
@keyframes fade-in-ba0feb8a {
|
|
2018
2017
|
from {
|
|
2019
2018
|
opacity: 0;
|
|
2020
2019
|
transform: scale(0.97) translateY(6px);
|
|
@@ -2024,41 +2023,41 @@ to {
|
|
|
2024
2023
|
transform: scale(1) translateY(0);
|
|
2025
2024
|
}
|
|
2026
2025
|
}
|
|
2027
|
-
.animate-fade-in[data-v-
|
|
2028
|
-
animation: fade-in-
|
|
2026
|
+
.animate-fade-in[data-v-ba0feb8a] {
|
|
2027
|
+
animation: fade-in-ba0feb8a 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2029
2028
|
}
|
|
2030
2029
|
|
|
2031
2030
|
/* Email field spacing animation */
|
|
2032
|
-
.email-field-spacing[data-v-
|
|
2031
|
+
.email-field-spacing[data-v-ba0feb8a] {
|
|
2033
2032
|
transition: margin-bottom 500ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2034
2033
|
}
|
|
2035
|
-
.email-field-spacing.has-password[data-v-
|
|
2034
|
+
.email-field-spacing.has-password[data-v-ba0feb8a] {
|
|
2036
2035
|
margin-bottom: 1rem; /* mb-4 equivalent */
|
|
2037
2036
|
}
|
|
2038
|
-
.email-field-spacing.no-password[data-v-
|
|
2037
|
+
.email-field-spacing.no-password[data-v-ba0feb8a] {
|
|
2039
2038
|
margin-bottom: 0;
|
|
2040
2039
|
}
|
|
2041
2040
|
|
|
2042
2041
|
/* Password field transitions now handled by JavaScript smooth-height system */
|
|
2043
2042
|
|
|
2044
2043
|
/* Auth Container Styles */
|
|
2045
|
-
.auth-full-width[data-v-
|
|
2044
|
+
.auth-full-width[data-v-ba0feb8a] {
|
|
2046
2045
|
width: 100%;
|
|
2047
2046
|
}
|
|
2048
|
-
.auth-min-width[data-v-
|
|
2049
|
-
min-width:
|
|
2047
|
+
.auth-min-width[data-v-ba0feb8a] {
|
|
2048
|
+
min-width: 420px;
|
|
2050
2049
|
}
|
|
2051
|
-
.auth-max-width[data-v-
|
|
2050
|
+
.auth-max-width[data-v-ba0feb8a] {
|
|
2052
2051
|
max-width: 28rem;
|
|
2053
2052
|
}
|
|
2054
|
-
.auth-center[data-v-
|
|
2053
|
+
.auth-center[data-v-ba0feb8a] {
|
|
2055
2054
|
margin-left: auto;
|
|
2056
2055
|
margin-right: auto;
|
|
2057
2056
|
}
|
|
2058
|
-
.auth-slide-up[data-v-
|
|
2059
|
-
animation: slide-up-
|
|
2057
|
+
.auth-slide-up[data-v-ba0feb8a] {
|
|
2058
|
+
animation: slide-up-ba0feb8a 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2060
2059
|
}
|
|
2061
|
-
.auth-card-modern[data-v-
|
|
2060
|
+
.auth-card-modern[data-v-ba0feb8a] {
|
|
2062
2061
|
background: white;
|
|
2063
2062
|
border-radius: 0.5rem;
|
|
2064
2063
|
padding: 2rem;
|
|
@@ -2066,11 +2065,11 @@ to {
|
|
|
2066
2065
|
}
|
|
2067
2066
|
|
|
2068
2067
|
/* Header Styles */
|
|
2069
|
-
.auth-header[data-v-
|
|
2068
|
+
.auth-header[data-v-ba0feb8a] {
|
|
2070
2069
|
text-align: center;
|
|
2071
2070
|
margin-bottom: 2rem;
|
|
2072
2071
|
}
|
|
2073
|
-
.auth-title[data-v-
|
|
2072
|
+
.auth-title[data-v-ba0feb8a] {
|
|
2074
2073
|
font-size: 1.875rem;
|
|
2075
2074
|
font-weight: 700;
|
|
2076
2075
|
background: linear-gradient(135deg, #EA00A8 0%, #FF6B9D 100%);
|
|
@@ -2079,40 +2078,40 @@ to {
|
|
|
2079
2078
|
-webkit-text-fill-color: transparent;
|
|
2080
2079
|
margin-bottom: 0.5rem;
|
|
2081
2080
|
}
|
|
2082
|
-
.auth-subtitle[data-v-
|
|
2081
|
+
.auth-subtitle[data-v-ba0feb8a] {
|
|
2083
2082
|
color: #737373;
|
|
2084
2083
|
}
|
|
2085
2084
|
|
|
2086
2085
|
/* Tabs Container */
|
|
2087
|
-
.auth-tabs-container[data-v-
|
|
2086
|
+
.auth-tabs-container[data-v-ba0feb8a] {
|
|
2088
2087
|
margin-bottom: 2rem;
|
|
2089
2088
|
}
|
|
2090
2089
|
|
|
2091
2090
|
/* OAuth Provider Styles */
|
|
2092
|
-
.auth-oauth-providers[data-v-
|
|
2091
|
+
.auth-oauth-providers[data-v-ba0feb8a] {
|
|
2093
2092
|
display: flex;
|
|
2094
2093
|
flex-direction: column;
|
|
2095
2094
|
gap: 0.75rem;
|
|
2096
2095
|
margin-bottom: 1.5rem;
|
|
2097
2096
|
}
|
|
2098
|
-
.auth-oauth-button[data-v-
|
|
2097
|
+
.auth-oauth-button[data-v-ba0feb8a] {
|
|
2099
2098
|
/* Button styles will be handled by the UiButton component */
|
|
2100
2099
|
}
|
|
2101
|
-
.auth-oauth-icon-container[data-v-
|
|
2100
|
+
.auth-oauth-icon-container[data-v-ba0feb8a] {
|
|
2102
2101
|
width: 1.25rem;
|
|
2103
2102
|
height: 1.25rem;
|
|
2104
2103
|
display: flex;
|
|
2105
2104
|
align-items: center;
|
|
2106
2105
|
justify-content: center;
|
|
2107
2106
|
}
|
|
2108
|
-
.auth-oauth-icon[data-v-
|
|
2107
|
+
.auth-oauth-icon[data-v-ba0feb8a] {
|
|
2109
2108
|
width: 1.25rem;
|
|
2110
2109
|
height: 1.25rem;
|
|
2111
2110
|
}
|
|
2112
|
-
.auth-oauth-github[data-v-
|
|
2111
|
+
.auth-oauth-github[data-v-ba0feb8a] {
|
|
2113
2112
|
fill: currentColor;
|
|
2114
2113
|
}
|
|
2115
|
-
.auth-oauth-generic-icon[data-v-
|
|
2114
|
+
.auth-oauth-generic-icon[data-v-ba0feb8a] {
|
|
2116
2115
|
width: 1.25rem;
|
|
2117
2116
|
height: 1.25rem;
|
|
2118
2117
|
border-radius: 50%;
|
|
@@ -2121,22 +2120,22 @@ to {
|
|
|
2121
2120
|
align-items: center;
|
|
2122
2121
|
justify-content: center;
|
|
2123
2122
|
}
|
|
2124
|
-
.auth-oauth-generic-text[data-v-
|
|
2123
|
+
.auth-oauth-generic-text[data-v-ba0feb8a] {
|
|
2125
2124
|
font-size: 0.75rem;
|
|
2126
2125
|
font-weight: 600;
|
|
2127
2126
|
color: #525252;
|
|
2128
2127
|
}
|
|
2129
|
-
.auth-oauth-text[data-v-
|
|
2128
|
+
.auth-oauth-text[data-v-ba0feb8a] {
|
|
2130
2129
|
font-weight: 500;
|
|
2131
2130
|
}
|
|
2132
2131
|
|
|
2133
2132
|
/* Divider Styles */
|
|
2134
|
-
.auth-divider[data-v-
|
|
2133
|
+
.auth-divider[data-v-ba0feb8a] {
|
|
2135
2134
|
position: relative;
|
|
2136
2135
|
margin: 1.5rem 0;
|
|
2137
2136
|
text-align: center;
|
|
2138
2137
|
}
|
|
2139
|
-
.auth-divider[data-v-
|
|
2138
|
+
.auth-divider[data-v-ba0feb8a]::before {
|
|
2140
2139
|
content: '';
|
|
2141
2140
|
position: absolute;
|
|
2142
2141
|
top: 50%;
|
|
@@ -2145,7 +2144,7 @@ to {
|
|
|
2145
2144
|
height: 1px;
|
|
2146
2145
|
background: #e5e5e5;
|
|
2147
2146
|
}
|
|
2148
|
-
.auth-divider-text[data-v-
|
|
2147
|
+
.auth-divider-text[data-v-ba0feb8a] {
|
|
2149
2148
|
background: white;
|
|
2150
2149
|
padding: 0 1rem;
|
|
2151
2150
|
color: #737373;
|
|
@@ -2155,61 +2154,61 @@ to {
|
|
|
2155
2154
|
}
|
|
2156
2155
|
|
|
2157
2156
|
/* Form Styles */
|
|
2158
|
-
.auth-form[data-v-
|
|
2157
|
+
.auth-form[data-v-ba0feb8a] {
|
|
2159
2158
|
display: flex;
|
|
2160
2159
|
flex-direction: column;
|
|
2161
2160
|
gap: 1.5rem;
|
|
2162
2161
|
}
|
|
2163
|
-
.auth-password-field[data-v-
|
|
2162
|
+
.auth-password-field[data-v-ba0feb8a] {
|
|
2164
2163
|
margin-bottom: 1rem;
|
|
2165
2164
|
}
|
|
2166
|
-
.auth-password-header[data-v-
|
|
2165
|
+
.auth-password-header[data-v-ba0feb8a] {
|
|
2167
2166
|
display: flex;
|
|
2168
2167
|
align-items: center;
|
|
2169
2168
|
justify-content: space-between;
|
|
2170
2169
|
margin-bottom: 0.5rem;
|
|
2171
2170
|
}
|
|
2172
|
-
.auth-password-label[data-v-
|
|
2171
|
+
.auth-password-label[data-v-ba0feb8a] {
|
|
2173
2172
|
font-size: 0.875rem;
|
|
2174
2173
|
font-weight: 500;
|
|
2175
2174
|
color: #374151;
|
|
2176
2175
|
}
|
|
2177
2176
|
|
|
2178
2177
|
/* Alert Styles */
|
|
2179
|
-
.auth-success-alert[data-v-
|
|
2178
|
+
.auth-success-alert[data-v-ba0feb8a] {
|
|
2180
2179
|
margin-top: 1.5rem;
|
|
2181
|
-
animation: fade-in-
|
|
2180
|
+
animation: fade-in-ba0feb8a 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2182
2181
|
}
|
|
2183
|
-
.auth-error-alert[data-v-
|
|
2182
|
+
.auth-error-alert[data-v-ba0feb8a] {
|
|
2184
2183
|
margin-top: 1.5rem;
|
|
2185
|
-
animation: fade-in-
|
|
2184
|
+
animation: fade-in-ba0feb8a 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2186
2185
|
}
|
|
2187
2186
|
|
|
2188
2187
|
/* Back Link Styles */
|
|
2189
|
-
.auth-back-link-container[data-v-
|
|
2188
|
+
.auth-back-link-container[data-v-ba0feb8a] {
|
|
2190
2189
|
margin-top: 2rem;
|
|
2191
2190
|
text-align: center;
|
|
2192
2191
|
}
|
|
2193
|
-
.auth-back-link[data-v-
|
|
2192
|
+
.auth-back-link[data-v-ba0feb8a] {
|
|
2194
2193
|
display: inline-flex;
|
|
2195
2194
|
align-items: center;
|
|
2196
2195
|
gap: 0.5rem;
|
|
2197
2196
|
}
|
|
2198
|
-
.auth-back-icon[data-v-
|
|
2197
|
+
.auth-back-icon[data-v-ba0feb8a] {
|
|
2199
2198
|
width: 1rem;
|
|
2200
2199
|
height: 1rem;
|
|
2201
2200
|
}
|
|
2202
2201
|
|
|
2203
2202
|
/* Support Text */
|
|
2204
|
-
.auth-support-text[data-v-
|
|
2203
|
+
.auth-support-text[data-v-ba0feb8a] {
|
|
2205
2204
|
color: #a3a3a3;
|
|
2206
2205
|
font-size: 0.875rem;
|
|
2207
2206
|
}
|
|
2208
2207
|
|
|
2209
2208
|
/* Modal-specific styles - removes border, radius, background, and padding */
|
|
2210
|
-
.auth-container-modal[data-v-
|
|
2209
|
+
.auth-container-modal[data-v-ba0feb8a] {
|
|
2211
2210
|
}
|
|
2212
|
-
.auth-content-modal[data-v-
|
|
2211
|
+
.auth-content-modal[data-v-ba0feb8a] {
|
|
2213
2212
|
/* Remove card styling when in modal */
|
|
2214
2213
|
background: transparent;
|
|
2215
2214
|
border: none;
|
|
@@ -4266,20 +4265,245 @@ to {
|
|
|
4266
4265
|
max-width: 32rem;
|
|
4267
4266
|
}
|
|
4268
4267
|
|
|
4268
|
+
/* Modal Header */
|
|
4269
|
+
.modal-header-content[data-v-60345e8c] {
|
|
4270
|
+
text-align: center;
|
|
4271
|
+
}
|
|
4272
|
+
.modal-title[data-v-60345e8c] {
|
|
4273
|
+
font-size: 1.25rem;
|
|
4274
|
+
font-weight: 600;
|
|
4275
|
+
color: #111827;
|
|
4276
|
+
margin: 0 0 0.5rem 0;
|
|
4277
|
+
}
|
|
4278
|
+
.modal-subtitle[data-v-60345e8c] {
|
|
4279
|
+
font-size: 0.875rem;
|
|
4280
|
+
color: #6b7280;
|
|
4281
|
+
margin: 0;
|
|
4282
|
+
}
|
|
4283
|
+
.strands-sessions-modal[data-v-60345e8c] {
|
|
4284
|
+
max-width: 42rem;
|
|
4285
|
+
min-width: 32rem;
|
|
4286
|
+
}
|
|
4287
|
+
|
|
4288
|
+
/* Loading State */
|
|
4289
|
+
.sessions-loading[data-v-60345e8c] {
|
|
4290
|
+
display: flex;
|
|
4291
|
+
flex-direction: column;
|
|
4292
|
+
align-items: center;
|
|
4293
|
+
justify-content: center;
|
|
4294
|
+
padding: 3rem;
|
|
4295
|
+
gap: 1rem;
|
|
4296
|
+
}
|
|
4297
|
+
.loading-text[data-v-60345e8c] {
|
|
4298
|
+
color: #6b7280;
|
|
4299
|
+
font-size: 0.875rem;
|
|
4300
|
+
}
|
|
4301
|
+
|
|
4302
|
+
/* Empty State */
|
|
4303
|
+
.sessions-empty[data-v-60345e8c] {
|
|
4304
|
+
display: flex;
|
|
4305
|
+
flex-direction: column;
|
|
4306
|
+
align-items: center;
|
|
4307
|
+
justify-content: center;
|
|
4308
|
+
padding: 3rem;
|
|
4309
|
+
text-align: center;
|
|
4310
|
+
}
|
|
4311
|
+
.empty-icon[data-v-60345e8c] {
|
|
4312
|
+
color: #d1d5db;
|
|
4313
|
+
margin-bottom: 1rem;
|
|
4314
|
+
}
|
|
4315
|
+
.empty-title[data-v-60345e8c] {
|
|
4316
|
+
font-size: 1.125rem;
|
|
4317
|
+
font-weight: 600;
|
|
4318
|
+
color: #111827;
|
|
4319
|
+
margin-bottom: 0.5rem;
|
|
4320
|
+
}
|
|
4321
|
+
.empty-description[data-v-60345e8c] {
|
|
4322
|
+
color: #6b7280;
|
|
4323
|
+
font-size: 0.875rem;
|
|
4324
|
+
}
|
|
4325
|
+
|
|
4326
|
+
/* Session Statistics */
|
|
4327
|
+
.session-stats[data-v-60345e8c] {
|
|
4328
|
+
display: grid;
|
|
4329
|
+
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
|
4330
|
+
gap: 1rem;
|
|
4331
|
+
margin-bottom: 1.5rem;
|
|
4332
|
+
padding: 1rem;
|
|
4333
|
+
background-color: #f9fafb;
|
|
4334
|
+
border-radius: 0.5rem;
|
|
4335
|
+
}
|
|
4336
|
+
.stat-card[data-v-60345e8c] {
|
|
4337
|
+
display: flex;
|
|
4338
|
+
flex-direction: column;
|
|
4339
|
+
gap: 0.25rem;
|
|
4340
|
+
}
|
|
4341
|
+
.stat-label[data-v-60345e8c] {
|
|
4342
|
+
font-size: 0.75rem;
|
|
4343
|
+
color: #6b7280;
|
|
4344
|
+
text-transform: uppercase;
|
|
4345
|
+
letter-spacing: 0.05em;
|
|
4346
|
+
}
|
|
4347
|
+
.stat-value[data-v-60345e8c] {
|
|
4348
|
+
font-size: 1.5rem;
|
|
4349
|
+
font-weight: 600;
|
|
4350
|
+
color: #111827;
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
/* Sessions List */
|
|
4354
|
+
.sessions-list[data-v-60345e8c] {
|
|
4355
|
+
display: flex;
|
|
4356
|
+
flex-direction: column;
|
|
4357
|
+
gap: 1rem;
|
|
4358
|
+
}
|
|
4359
|
+
.session-card[data-v-60345e8c] {
|
|
4360
|
+
padding: 1rem;
|
|
4361
|
+
border: 1px solid #e5e7eb;
|
|
4362
|
+
border-radius: 0.5rem;
|
|
4363
|
+
background: white;
|
|
4364
|
+
transition: all 0.15s ease;
|
|
4365
|
+
}
|
|
4366
|
+
.session-card[data-v-60345e8c]:hover {
|
|
4367
|
+
border-color: #d1d5db;
|
|
4368
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
|
|
4369
|
+
}
|
|
4370
|
+
.session-card.current-session[data-v-60345e8c] {
|
|
4371
|
+
border-color: #a7f3d0;
|
|
4372
|
+
background-color: #f0fdf9;
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
/* Session Header */
|
|
4376
|
+
.session-header[data-v-60345e8c] {
|
|
4377
|
+
display: flex;
|
|
4378
|
+
justify-content: space-between;
|
|
4379
|
+
align-items: flex-start;
|
|
4380
|
+
margin-bottom: 0.75rem;
|
|
4381
|
+
}
|
|
4382
|
+
.session-device[data-v-60345e8c] {
|
|
4383
|
+
display: flex;
|
|
4384
|
+
gap: 0.75rem;
|
|
4385
|
+
align-items: flex-start;
|
|
4386
|
+
flex: 1;
|
|
4387
|
+
}
|
|
4388
|
+
.device-icon[data-v-60345e8c] {
|
|
4389
|
+
padding: 0.5rem;
|
|
4390
|
+
background-color: #f3f4f6;
|
|
4391
|
+
border-radius: 0.375rem;
|
|
4392
|
+
color: #6b7280;
|
|
4393
|
+
}
|
|
4394
|
+
.current-session .device-icon[data-v-60345e8c] {
|
|
4395
|
+
background-color: #dcfce7;
|
|
4396
|
+
color: #16a34a;
|
|
4397
|
+
}
|
|
4398
|
+
.device-info[data-v-60345e8c] {
|
|
4399
|
+
flex: 1;
|
|
4400
|
+
}
|
|
4401
|
+
.device-name[data-v-60345e8c] {
|
|
4402
|
+
font-size: 0.875rem;
|
|
4403
|
+
font-weight: 600;
|
|
4404
|
+
color: #111827;
|
|
4405
|
+
display: flex;
|
|
4406
|
+
align-items: center;
|
|
4407
|
+
gap: 0.5rem;
|
|
4408
|
+
}
|
|
4409
|
+
.current-badge[data-v-60345e8c] {
|
|
4410
|
+
display: inline-flex;
|
|
4411
|
+
align-items: center;
|
|
4412
|
+
padding: 0.125rem 0.5rem;
|
|
4413
|
+
background-color: #dcfce7;
|
|
4414
|
+
color: #15803d;
|
|
4415
|
+
font-size: 0.75rem;
|
|
4416
|
+
font-weight: 500;
|
|
4417
|
+
border-radius: 9999px;
|
|
4418
|
+
border: 1px solid #bbf7d0;
|
|
4419
|
+
}
|
|
4420
|
+
.device-type[data-v-60345e8c] {
|
|
4421
|
+
font-size: 0.75rem;
|
|
4422
|
+
color: #6b7280;
|
|
4423
|
+
margin-top: 0.125rem;
|
|
4424
|
+
text-transform: capitalize;
|
|
4425
|
+
}
|
|
4426
|
+
|
|
4427
|
+
/* Session Details */
|
|
4428
|
+
.session-details[data-v-60345e8c] {
|
|
4429
|
+
display: flex;
|
|
4430
|
+
flex-direction: column;
|
|
4431
|
+
gap: 0.5rem;
|
|
4432
|
+
padding-left: 3rem;
|
|
4433
|
+
}
|
|
4434
|
+
.detail-row[data-v-60345e8c] {
|
|
4435
|
+
display: flex;
|
|
4436
|
+
align-items: center;
|
|
4437
|
+
gap: 0.5rem;
|
|
4438
|
+
font-size: 0.8125rem;
|
|
4439
|
+
color: #6b7280;
|
|
4440
|
+
}
|
|
4441
|
+
.detail-icon[data-v-60345e8c] {
|
|
4442
|
+
display: flex;
|
|
4443
|
+
align-items: center;
|
|
4444
|
+
color: #9ca3af;
|
|
4445
|
+
}
|
|
4446
|
+
.detail-text[data-v-60345e8c] {
|
|
4447
|
+
flex: 1;
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
/* Bulk Actions */
|
|
4451
|
+
.bulk-actions[data-v-60345e8c] {
|
|
4452
|
+
margin-top: 1.5rem;
|
|
4453
|
+
padding-top: 1.5rem;
|
|
4454
|
+
border-top: 1px solid #e5e7eb;
|
|
4455
|
+
display: flex;
|
|
4456
|
+
flex-direction: column;
|
|
4457
|
+
align-items: center;
|
|
4458
|
+
gap: 0.5rem;
|
|
4459
|
+
}
|
|
4460
|
+
.bulk-actions-hint[data-v-60345e8c] {
|
|
4461
|
+
font-size: 0.75rem;
|
|
4462
|
+
color: #6b7280;
|
|
4463
|
+
text-align: center;
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4466
|
+
/* Responsive */
|
|
4467
|
+
@media (max-width: 640px) {
|
|
4468
|
+
.strands-sessions-modal[data-v-60345e8c] {
|
|
4469
|
+
min-width: unset;
|
|
4470
|
+
width: 100%;
|
|
4471
|
+
}
|
|
4472
|
+
.session-stats[data-v-60345e8c] {
|
|
4473
|
+
grid-template-columns: 1fr 1fr;
|
|
4474
|
+
}
|
|
4475
|
+
.session-details[data-v-60345e8c] {
|
|
4476
|
+
padding-left: 0;
|
|
4477
|
+
margin-top: 0.75rem;
|
|
4478
|
+
padding-top: 0.75rem;
|
|
4479
|
+
border-top: 1px solid #f3f4f6;
|
|
4480
|
+
}
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4483
|
+
/* Current Session Button Styling */
|
|
4484
|
+
.current-session-button[data-v-60345e8c] {
|
|
4485
|
+
border-color: #dc2626 !important;
|
|
4486
|
+
color: #dc2626 !important;
|
|
4487
|
+
}
|
|
4488
|
+
.current-session-button[data-v-60345e8c]:hover {
|
|
4489
|
+
background-color: #dc2626 !important;
|
|
4490
|
+
color: white !important;
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4269
4493
|
/* Container Styles */
|
|
4270
|
-
.profile-container-width[data-v-
|
|
4494
|
+
.profile-container-width[data-v-dcc0db9b] {
|
|
4271
4495
|
width: 100%;
|
|
4272
4496
|
}
|
|
4273
|
-
.profile-max-width[data-v-
|
|
4497
|
+
.profile-max-width[data-v-dcc0db9b] {
|
|
4274
4498
|
max-width: 56rem;
|
|
4275
4499
|
}
|
|
4276
|
-
.profile-centered[data-v-
|
|
4500
|
+
.profile-centered[data-v-dcc0db9b] {
|
|
4277
4501
|
margin: 0 auto;
|
|
4278
4502
|
}
|
|
4279
|
-
.profile-animated[data-v-
|
|
4280
|
-
animation: slideUp-
|
|
4503
|
+
.profile-animated[data-v-dcc0db9b] {
|
|
4504
|
+
animation: slideUp-dcc0db9b 0.3s ease-out;
|
|
4281
4505
|
}
|
|
4282
|
-
@keyframes slideUp-
|
|
4506
|
+
@keyframes slideUp-dcc0db9b {
|
|
4283
4507
|
from {
|
|
4284
4508
|
opacity: 0;
|
|
4285
4509
|
transform: translateY(20px);
|
|
@@ -4289,12 +4513,12 @@ to {
|
|
|
4289
4513
|
transform: translateY(0);
|
|
4290
4514
|
}
|
|
4291
4515
|
}
|
|
4292
|
-
.profile-content-layout[data-v-
|
|
4516
|
+
.profile-content-layout[data-v-dcc0db9b] {
|
|
4293
4517
|
display: flex;
|
|
4294
4518
|
flex-direction: column;
|
|
4295
4519
|
gap: 1.5rem;
|
|
4296
4520
|
}
|
|
4297
|
-
.profile-card-modern[data-v-
|
|
4521
|
+
.profile-card-modern[data-v-dcc0db9b] {
|
|
4298
4522
|
background: #ffffff;
|
|
4299
4523
|
border: 1px solid #e5e7eb;
|
|
4300
4524
|
border-radius: 1rem;
|
|
@@ -4303,10 +4527,10 @@ to {
|
|
|
4303
4527
|
}
|
|
4304
4528
|
|
|
4305
4529
|
/* Modal-specific styles */
|
|
4306
|
-
.profile-container-modal[data-v-
|
|
4530
|
+
.profile-container-modal[data-v-dcc0db9b] {
|
|
4307
4531
|
/* Remove any container-specific styles when in modal */
|
|
4308
4532
|
}
|
|
4309
|
-
.profile-content-modal[data-v-
|
|
4533
|
+
.profile-content-modal[data-v-dcc0db9b] {
|
|
4310
4534
|
/* Remove card styling when in modal */
|
|
4311
4535
|
background: transparent;
|
|
4312
4536
|
border: none;
|
|
@@ -4316,39 +4540,39 @@ to {
|
|
|
4316
4540
|
}
|
|
4317
4541
|
|
|
4318
4542
|
/* Header */
|
|
4319
|
-
.profile-header[data-v-
|
|
4543
|
+
.profile-header[data-v-dcc0db9b] {
|
|
4320
4544
|
text-align: center;
|
|
4321
4545
|
display: flex;
|
|
4322
4546
|
flex-direction: column;
|
|
4323
4547
|
gap: 0.5rem;
|
|
4324
4548
|
}
|
|
4325
|
-
.profile-title[data-v-
|
|
4549
|
+
.profile-title[data-v-dcc0db9b] {
|
|
4326
4550
|
font-size: 1.5rem;
|
|
4327
4551
|
font-weight: 700;
|
|
4328
4552
|
color: #EA00A8;
|
|
4329
4553
|
}
|
|
4330
|
-
.profile-subtitle[data-v-
|
|
4554
|
+
.profile-subtitle[data-v-dcc0db9b] {
|
|
4331
4555
|
color: #4b5563;
|
|
4332
4556
|
font-size: 0.875rem;
|
|
4333
4557
|
}
|
|
4334
4558
|
|
|
4335
4559
|
/* Profile Image Section */
|
|
4336
|
-
.profile-image-section[data-v-
|
|
4560
|
+
.profile-image-section[data-v-dcc0db9b] {
|
|
4337
4561
|
display: flex;
|
|
4338
4562
|
flex-direction: column;
|
|
4339
4563
|
align-items: center;
|
|
4340
4564
|
}
|
|
4341
|
-
.profile-image-container[data-v-
|
|
4565
|
+
.profile-image-container[data-v-dcc0db9b] {
|
|
4342
4566
|
position: relative;
|
|
4343
4567
|
}
|
|
4344
|
-
.profile-image-wrapper[data-v-
|
|
4568
|
+
.profile-image-wrapper[data-v-dcc0db9b] {
|
|
4345
4569
|
position: relative;
|
|
4346
4570
|
display: inline-block;
|
|
4347
4571
|
}
|
|
4348
|
-
.profile-image-wrapper:hover .profile-upload-overlay[data-v-
|
|
4572
|
+
.profile-image-wrapper:hover .profile-upload-overlay[data-v-dcc0db9b] {
|
|
4349
4573
|
opacity: 1;
|
|
4350
4574
|
}
|
|
4351
|
-
.profile-progress-ring[data-v-
|
|
4575
|
+
.profile-progress-ring[data-v-dcc0db9b] {
|
|
4352
4576
|
position: absolute;
|
|
4353
4577
|
z-index: 10;
|
|
4354
4578
|
top: 50%;
|
|
@@ -4356,22 +4580,22 @@ to {
|
|
|
4356
4580
|
transform: translate(-50%, -50%);
|
|
4357
4581
|
pointer-events: none;
|
|
4358
4582
|
}
|
|
4359
|
-
.profile-avatar[data-v-
|
|
4583
|
+
.profile-avatar[data-v-dcc0db9b] {
|
|
4360
4584
|
width: 6rem;
|
|
4361
4585
|
height: 6rem;
|
|
4362
4586
|
border-radius: 50%;
|
|
4363
4587
|
position: relative;
|
|
4364
4588
|
}
|
|
4365
|
-
.profile-avatar-with-image[data-v-
|
|
4589
|
+
.profile-avatar-with-image[data-v-dcc0db9b] {
|
|
4366
4590
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
|
|
4367
4591
|
overflow: hidden;
|
|
4368
4592
|
}
|
|
4369
|
-
.profile-avatar-image[data-v-
|
|
4593
|
+
.profile-avatar-image[data-v-dcc0db9b] {
|
|
4370
4594
|
width: 100%;
|
|
4371
4595
|
height: 100%;
|
|
4372
4596
|
object-fit: cover;
|
|
4373
4597
|
}
|
|
4374
|
-
.profile-avatar-initials[data-v-
|
|
4598
|
+
.profile-avatar-initials[data-v-dcc0db9b] {
|
|
4375
4599
|
background-color: #EA00A8;
|
|
4376
4600
|
display: flex;
|
|
4377
4601
|
align-items: center;
|
|
@@ -4382,7 +4606,7 @@ to {
|
|
|
4382
4606
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
|
|
4383
4607
|
z-index: 10;
|
|
4384
4608
|
}
|
|
4385
|
-
.profile-upload-overlay[data-v-
|
|
4609
|
+
.profile-upload-overlay[data-v-dcc0db9b] {
|
|
4386
4610
|
position: absolute;
|
|
4387
4611
|
inset: 0;
|
|
4388
4612
|
border-radius: 50%;
|
|
@@ -4396,64 +4620,64 @@ to {
|
|
|
4396
4620
|
border: none;
|
|
4397
4621
|
cursor: pointer;
|
|
4398
4622
|
}
|
|
4399
|
-
.profile-upload-overlay[data-v-
|
|
4623
|
+
.profile-upload-overlay[data-v-dcc0db9b]:disabled {
|
|
4400
4624
|
cursor: not-allowed;
|
|
4401
4625
|
}
|
|
4402
|
-
.profile-upload-icon[data-v-
|
|
4626
|
+
.profile-upload-icon[data-v-dcc0db9b] {
|
|
4403
4627
|
width: 1.5rem;
|
|
4404
4628
|
height: 1.5rem;
|
|
4405
4629
|
color: white;
|
|
4406
4630
|
}
|
|
4407
|
-
.profile-file-input[data-v-
|
|
4631
|
+
.profile-file-input[data-v-dcc0db9b] {
|
|
4408
4632
|
display: none;
|
|
4409
4633
|
}
|
|
4410
4634
|
|
|
4411
4635
|
/* Profile Form */
|
|
4412
|
-
.profile-form[data-v-
|
|
4636
|
+
.profile-form[data-v-dcc0db9b] {
|
|
4413
4637
|
display: flex;
|
|
4414
4638
|
flex-direction: column;
|
|
4415
4639
|
gap: 1rem;
|
|
4416
4640
|
}
|
|
4417
|
-
.profile-form-grid[data-v-
|
|
4641
|
+
.profile-form-grid[data-v-dcc0db9b] {
|
|
4418
4642
|
display: grid;
|
|
4419
4643
|
grid-template-columns: 1fr;
|
|
4420
4644
|
gap: 1rem;
|
|
4421
4645
|
}
|
|
4422
4646
|
@media (min-width: 768px) {
|
|
4423
|
-
.profile-form[data-v-
|
|
4647
|
+
.profile-form[data-v-dcc0db9b] {
|
|
4424
4648
|
gap: 1.5rem;
|
|
4425
4649
|
}
|
|
4426
|
-
.profile-form-grid[data-v-
|
|
4650
|
+
.profile-form-grid[data-v-dcc0db9b] {
|
|
4427
4651
|
grid-template-columns: 1fr 1fr;
|
|
4428
4652
|
gap: 1.5rem;
|
|
4429
4653
|
}
|
|
4430
|
-
.profile-title[data-v-
|
|
4654
|
+
.profile-title[data-v-dcc0db9b] {
|
|
4431
4655
|
font-size: 1.875rem;
|
|
4432
4656
|
}
|
|
4433
|
-
.profile-subtitle[data-v-
|
|
4657
|
+
.profile-subtitle[data-v-dcc0db9b] {
|
|
4434
4658
|
font-size: 1rem;
|
|
4435
4659
|
}
|
|
4436
4660
|
}
|
|
4437
4661
|
|
|
4438
4662
|
/* Section Styles */
|
|
4439
|
-
.profile-section[data-v-
|
|
4663
|
+
.profile-section[data-v-dcc0db9b] {
|
|
4440
4664
|
display: flex;
|
|
4441
4665
|
flex-direction: column;
|
|
4442
4666
|
gap: 0.75rem;
|
|
4443
4667
|
}
|
|
4444
4668
|
@media (min-width: 768px) {
|
|
4445
|
-
.profile-section[data-v-
|
|
4669
|
+
.profile-section[data-v-dcc0db9b] {
|
|
4446
4670
|
gap: 1rem;
|
|
4447
4671
|
}
|
|
4448
4672
|
}
|
|
4449
|
-
.profile-section-title[data-v-
|
|
4673
|
+
.profile-section-title[data-v-dcc0db9b] {
|
|
4450
4674
|
font-size: 1.125rem;
|
|
4451
4675
|
font-weight: 600;
|
|
4452
4676
|
color: #111827;
|
|
4453
4677
|
}
|
|
4454
4678
|
|
|
4455
4679
|
/* Setting Cards */
|
|
4456
|
-
.profile-setting-card[data-v-
|
|
4680
|
+
.profile-setting-card[data-v-dcc0db9b] {
|
|
4457
4681
|
display: flex;
|
|
4458
4682
|
flex-direction: column;
|
|
4459
4683
|
gap: 1rem;
|
|
@@ -4461,49 +4685,49 @@ to {
|
|
|
4461
4685
|
background-color: #f9fafb;
|
|
4462
4686
|
border-radius: 0.75rem;
|
|
4463
4687
|
}
|
|
4464
|
-
.profile-setting-header[data-v-
|
|
4688
|
+
.profile-setting-header[data-v-dcc0db9b] {
|
|
4465
4689
|
display: flex;
|
|
4466
4690
|
align-items: center;
|
|
4467
4691
|
justify-content: space-between;
|
|
4468
4692
|
gap: 0.5rem;
|
|
4469
4693
|
}
|
|
4470
|
-
.profile-setting-title[data-v-
|
|
4694
|
+
.profile-setting-title[data-v-dcc0db9b] {
|
|
4471
4695
|
font-weight: 500;
|
|
4472
4696
|
color: #111827;
|
|
4473
4697
|
}
|
|
4474
|
-
.profile-setting-subtitle[data-v-
|
|
4698
|
+
.profile-setting-subtitle[data-v-dcc0db9b] {
|
|
4475
4699
|
font-size: 0.875rem;
|
|
4476
4700
|
color: #4b5563;
|
|
4477
4701
|
}
|
|
4478
4702
|
|
|
4479
4703
|
/* Transitions */
|
|
4480
|
-
.expand-enter-active[data-v-
|
|
4704
|
+
.expand-enter-active[data-v-dcc0db9b] {
|
|
4481
4705
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
4482
4706
|
overflow: hidden;
|
|
4483
4707
|
}
|
|
4484
|
-
.expand-leave-active[data-v-
|
|
4708
|
+
.expand-leave-active[data-v-dcc0db9b] {
|
|
4485
4709
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
4486
4710
|
overflow: hidden;
|
|
4487
4711
|
}
|
|
4488
|
-
.expand-enter-from[data-v-
|
|
4712
|
+
.expand-enter-from[data-v-dcc0db9b] {
|
|
4489
4713
|
max-height: 0;
|
|
4490
4714
|
opacity: 0;
|
|
4491
4715
|
transform: translateY(-10px);
|
|
4492
4716
|
}
|
|
4493
|
-
.expand-leave-to[data-v-
|
|
4717
|
+
.expand-leave-to[data-v-dcc0db9b] {
|
|
4494
4718
|
max-height: 0;
|
|
4495
4719
|
opacity: 0;
|
|
4496
4720
|
transform: translateY(-10px);
|
|
4497
4721
|
}
|
|
4498
|
-
.expand-enter-to[data-v-
|
|
4499
|
-
.expand-leave-from[data-v-
|
|
4722
|
+
.expand-enter-to[data-v-dcc0db9b],
|
|
4723
|
+
.expand-leave-from[data-v-dcc0db9b] {
|
|
4500
4724
|
max-height: 300px;
|
|
4501
4725
|
opacity: 1;
|
|
4502
4726
|
transform: translateY(0);
|
|
4503
4727
|
}
|
|
4504
4728
|
|
|
4505
4729
|
/* MFA Device Chip */
|
|
4506
|
-
.mfa-device-chip[data-v-
|
|
4730
|
+
.mfa-device-chip[data-v-dcc0db9b] {
|
|
4507
4731
|
display: inline-flex;
|
|
4508
4732
|
align-items: center;
|
|
4509
4733
|
gap: 0.375rem;
|
|
@@ -4515,15 +4739,32 @@ to {
|
|
|
4515
4739
|
transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
|
|
4516
4740
|
}
|
|
4517
4741
|
|
|
4742
|
+
/* MFA Chip Color Variants */
|
|
4743
|
+
.mfa-device-chip.chip-blue[data-v-dcc0db9b] {
|
|
4744
|
+
background-color: #eff6ff;
|
|
4745
|
+
color: #1d4ed8;
|
|
4746
|
+
border-color: #bfdbfe;
|
|
4747
|
+
}
|
|
4748
|
+
.mfa-device-chip.chip-green[data-v-dcc0db9b] {
|
|
4749
|
+
background-color: #f0fdf4;
|
|
4750
|
+
color: #15803d;
|
|
4751
|
+
border-color: #bbf7d0;
|
|
4752
|
+
}
|
|
4753
|
+
.mfa-device-chip.chip-purple[data-v-dcc0db9b] {
|
|
4754
|
+
background-color: #faf5ff;
|
|
4755
|
+
color: #7c3aed;
|
|
4756
|
+
border-color: #e9d5ff;
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4518
4759
|
|
|
4519
4760
|
/* New semantic classes for Tailwind conversion */
|
|
4520
|
-
.profile-change-form[data-v-
|
|
4761
|
+
.profile-change-form[data-v-dcc0db9b] {
|
|
4521
4762
|
display: flex;
|
|
4522
4763
|
flex-direction: column;
|
|
4523
4764
|
gap: 0.75rem;
|
|
4524
4765
|
overflow: hidden;
|
|
4525
4766
|
}
|
|
4526
|
-
.profile-field-section[data-v-
|
|
4767
|
+
.profile-field-section[data-v-dcc0db9b] {
|
|
4527
4768
|
display: flex;
|
|
4528
4769
|
flex-direction: column;
|
|
4529
4770
|
gap: 1rem;
|
|
@@ -4531,76 +4772,76 @@ to {
|
|
|
4531
4772
|
background-color: #f9fafb;
|
|
4532
4773
|
border-radius: 0.75rem;
|
|
4533
4774
|
}
|
|
4534
|
-
.profile-field-header[data-v-
|
|
4775
|
+
.profile-field-header[data-v-dcc0db9b] {
|
|
4535
4776
|
display: flex;
|
|
4536
4777
|
align-items: center;
|
|
4537
4778
|
justify-content: space-between;
|
|
4538
4779
|
gap: 0.5rem;
|
|
4539
4780
|
}
|
|
4540
|
-
.profile-field-header-vertical[data-v-
|
|
4781
|
+
.profile-field-header-vertical[data-v-dcc0db9b] {
|
|
4541
4782
|
align-items: flex-start;
|
|
4542
4783
|
gap: 1rem;
|
|
4543
4784
|
}
|
|
4544
|
-
.profile-password-section[data-v-
|
|
4785
|
+
.profile-password-section[data-v-dcc0db9b] {
|
|
4545
4786
|
display: flex;
|
|
4546
4787
|
flex-direction: column;
|
|
4547
4788
|
gap: 0.75rem;
|
|
4548
4789
|
}
|
|
4549
4790
|
@media (min-width: 768px) {
|
|
4550
|
-
.profile-password-section[data-v-
|
|
4791
|
+
.profile-password-section[data-v-dcc0db9b] {
|
|
4551
4792
|
gap: 1rem;
|
|
4552
4793
|
}
|
|
4553
4794
|
}
|
|
4554
|
-
.profile-mfa-content[data-v-
|
|
4795
|
+
.profile-mfa-content[data-v-dcc0db9b] {
|
|
4555
4796
|
flex: 1;
|
|
4556
4797
|
display: flex;
|
|
4557
4798
|
flex-direction: column;
|
|
4558
4799
|
gap: 0.75rem;
|
|
4559
4800
|
}
|
|
4560
|
-
.profile-mfa-chips[data-v-
|
|
4801
|
+
.profile-mfa-chips[data-v-dcc0db9b] {
|
|
4561
4802
|
display: flex;
|
|
4562
4803
|
flex-wrap: wrap;
|
|
4563
4804
|
gap: 0.5rem;
|
|
4564
4805
|
}
|
|
4565
|
-
.profile-actions-section[data-v-
|
|
4806
|
+
.profile-actions-section[data-v-dcc0db9b] {
|
|
4566
4807
|
display: flex;
|
|
4567
4808
|
flex-direction: column;
|
|
4568
4809
|
gap: 0.75rem;
|
|
4569
4810
|
padding-top: 1.5rem;
|
|
4570
4811
|
border-top: 1px solid #e5e7eb;
|
|
4571
|
-
animation: slideUp-
|
|
4812
|
+
animation: slideUp-dcc0db9b 0.3s ease-out;
|
|
4572
4813
|
}
|
|
4573
4814
|
@media (min-width: 640px) {
|
|
4574
|
-
.profile-actions-section[data-v-
|
|
4815
|
+
.profile-actions-section[data-v-dcc0db9b] {
|
|
4575
4816
|
flex-direction: row;
|
|
4576
4817
|
}
|
|
4577
4818
|
}
|
|
4578
|
-
.profile-help-item[data-v-
|
|
4819
|
+
.profile-help-item[data-v-dcc0db9b] {
|
|
4579
4820
|
display: flex;
|
|
4580
4821
|
align-items: flex-start;
|
|
4581
4822
|
gap: 0.75rem;
|
|
4582
4823
|
}
|
|
4583
|
-
.profile-help-icon[data-v-
|
|
4824
|
+
.profile-help-icon[data-v-dcc0db9b] {
|
|
4584
4825
|
width: 1rem;
|
|
4585
4826
|
height: 1rem;
|
|
4586
4827
|
flex-shrink: 0;
|
|
4587
4828
|
}
|
|
4588
|
-
.profile-footer-actions[data-v-
|
|
4829
|
+
.profile-footer-actions[data-v-dcc0db9b] {
|
|
4589
4830
|
display: flex;
|
|
4590
4831
|
gap: 1rem;
|
|
4591
4832
|
align-items: stretch;
|
|
4592
4833
|
}
|
|
4593
|
-
.profile-action-icon[data-v-
|
|
4834
|
+
.profile-action-icon[data-v-dcc0db9b] {
|
|
4594
4835
|
width: 1rem;
|
|
4595
4836
|
height: 1rem;
|
|
4596
4837
|
}
|
|
4597
|
-
.profile-footer-text[data-v-
|
|
4838
|
+
.profile-footer-text[data-v-dcc0db9b] {
|
|
4598
4839
|
color: #9ca3af;
|
|
4599
4840
|
font-size: 0.875rem;
|
|
4600
4841
|
}
|
|
4601
4842
|
|
|
4602
4843
|
/* Avatar Editor Modal */
|
|
4603
|
-
.profile-avatar-modal-overlay[data-v-
|
|
4844
|
+
.profile-avatar-modal-overlay[data-v-dcc0db9b] {
|
|
4604
4845
|
position: fixed;
|
|
4605
4846
|
inset: 0;
|
|
4606
4847
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -4610,7 +4851,7 @@ to {
|
|
|
4610
4851
|
z-index: 50;
|
|
4611
4852
|
padding: 1rem;
|
|
4612
4853
|
}
|
|
4613
|
-
.profile-avatar-modal[data-v-
|
|
4854
|
+
.profile-avatar-modal[data-v-dcc0db9b] {
|
|
4614
4855
|
background-color: #ffffff;
|
|
4615
4856
|
border-radius: 0.75rem;
|
|
4616
4857
|
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
|
|
@@ -4619,18 +4860,18 @@ to {
|
|
|
4619
4860
|
max-height: 90vh;
|
|
4620
4861
|
overflow-y: auto;
|
|
4621
4862
|
}
|
|
4622
|
-
.profile-avatar-modal-content[data-v-
|
|
4863
|
+
.profile-avatar-modal-content[data-v-dcc0db9b] {
|
|
4623
4864
|
padding: 1.5rem;
|
|
4624
4865
|
display: flex;
|
|
4625
4866
|
flex-direction: column;
|
|
4626
4867
|
gap: 1.5rem;
|
|
4627
4868
|
}
|
|
4628
|
-
.profile-avatar-modal-header[data-v-
|
|
4869
|
+
.profile-avatar-modal-header[data-v-dcc0db9b] {
|
|
4629
4870
|
display: flex;
|
|
4630
4871
|
align-items: center;
|
|
4631
4872
|
justify-content: space-between;
|
|
4632
4873
|
}
|
|
4633
|
-
.profile-avatar-modal-close[data-v-
|
|
4874
|
+
.profile-avatar-modal-close[data-v-dcc0db9b] {
|
|
4634
4875
|
color: #9ca3af;
|
|
4635
4876
|
transition: color 0.2s ease;
|
|
4636
4877
|
background: none;
|
|
@@ -4639,54 +4880,188 @@ to {
|
|
|
4639
4880
|
padding: 0.25rem;
|
|
4640
4881
|
border-radius: 0.25rem;
|
|
4641
4882
|
}
|
|
4642
|
-
.profile-avatar-modal-close[data-v-
|
|
4883
|
+
.profile-avatar-modal-close[data-v-dcc0db9b]:hover {
|
|
4643
4884
|
color: #4b5563;
|
|
4644
4885
|
}
|
|
4645
|
-
.profile-avatar-modal-close-icon[data-v-
|
|
4886
|
+
.profile-avatar-modal-close-icon[data-v-dcc0db9b] {
|
|
4646
4887
|
width: 1.5rem;
|
|
4647
4888
|
height: 1.5rem;
|
|
4648
4889
|
}
|
|
4649
4890
|
|
|
4650
4891
|
/* Profile field styles */
|
|
4651
|
-
.profile-field-title[data-v-
|
|
4892
|
+
.profile-field-title[data-v-dcc0db9b] {
|
|
4652
4893
|
font-weight: 500;
|
|
4653
4894
|
color: #111827;
|
|
4654
4895
|
}
|
|
4655
|
-
.profile-field-subtitle[data-v-
|
|
4896
|
+
.profile-field-subtitle[data-v-dcc0db9b] {
|
|
4656
4897
|
font-size: 0.875rem;
|
|
4657
4898
|
color: #6b7280;
|
|
4658
4899
|
}
|
|
4659
|
-
.profile-availability-message[data-v-
|
|
4900
|
+
.profile-availability-message[data-v-dcc0db9b] {
|
|
4660
4901
|
font-size: 0.75rem;
|
|
4661
4902
|
}
|
|
4662
|
-
.profile-availability-message.success[data-v-
|
|
4903
|
+
.profile-availability-message.success[data-v-dcc0db9b] {
|
|
4663
4904
|
color: #16a34a;
|
|
4664
4905
|
}
|
|
4665
|
-
.profile-availability-message.error[data-v-
|
|
4906
|
+
.profile-availability-message.error[data-v-dcc0db9b] {
|
|
4666
4907
|
color: #dc2626;
|
|
4667
4908
|
}
|
|
4668
|
-
.profile-toggle-container[data-v-
|
|
4909
|
+
.profile-toggle-container[data-v-dcc0db9b] {
|
|
4669
4910
|
flex-shrink: 0;
|
|
4670
4911
|
}
|
|
4671
|
-
.profile-alert-message[data-v-
|
|
4912
|
+
.profile-alert-message[data-v-dcc0db9b] {
|
|
4672
4913
|
font-weight: 500;
|
|
4673
4914
|
}
|
|
4674
|
-
.profile-modal-title[data-v-
|
|
4915
|
+
.profile-modal-title[data-v-dcc0db9b] {
|
|
4675
4916
|
font-size: 1.25rem;
|
|
4676
4917
|
font-weight: 700;
|
|
4677
4918
|
color: #111827;
|
|
4678
4919
|
}
|
|
4679
4920
|
|
|
4680
4921
|
/* Sign out button styles */
|
|
4681
|
-
.profile-sign-out-button[data-v-
|
|
4922
|
+
.profile-sign-out-button[data-v-dcc0db9b] {
|
|
4682
4923
|
width: 100%;
|
|
4683
4924
|
}
|
|
4684
4925
|
@media (min-width: 640px) {
|
|
4685
|
-
.profile-sign-out-button[data-v-
|
|
4926
|
+
.profile-sign-out-button[data-v-dcc0db9b] {
|
|
4686
4927
|
width: auto;
|
|
4687
4928
|
}
|
|
4688
4929
|
}
|
|
4689
4930
|
|
|
4931
|
+
/* Sessions Modal Styles */
|
|
4932
|
+
.sessions-modal[data-v-dcc0db9b] {
|
|
4933
|
+
min-width: 32rem;
|
|
4934
|
+
max-width: 48rem;
|
|
4935
|
+
}
|
|
4936
|
+
.session-current-badge[data-v-dcc0db9b] {
|
|
4937
|
+
background-color: #dcfdf7;
|
|
4938
|
+
color: #065f46;
|
|
4939
|
+
font-size: 0.75rem;
|
|
4940
|
+
font-weight: 500;
|
|
4941
|
+
padding: 0.125rem 0.5rem;
|
|
4942
|
+
border-radius: 9999px;
|
|
4943
|
+
border: 1px solid #a7f3d0;
|
|
4944
|
+
}
|
|
4945
|
+
.modal-header[data-v-dcc0db9b] {
|
|
4946
|
+
margin-bottom: 1.5rem;
|
|
4947
|
+
}
|
|
4948
|
+
.modal-title[data-v-dcc0db9b] {
|
|
4949
|
+
font-size: 1.5rem;
|
|
4950
|
+
font-weight: 700;
|
|
4951
|
+
color: #111827;
|
|
4952
|
+
margin-bottom: 0.5rem;
|
|
4953
|
+
}
|
|
4954
|
+
.modal-subtitle[data-v-dcc0db9b] {
|
|
4955
|
+
color: #6b7280;
|
|
4956
|
+
}
|
|
4957
|
+
.sessions-content[data-v-dcc0db9b] {
|
|
4958
|
+
display: flex;
|
|
4959
|
+
flex-direction: column;
|
|
4960
|
+
gap: 1.5rem;
|
|
4961
|
+
}
|
|
4962
|
+
.session-stats[data-v-dcc0db9b] {
|
|
4963
|
+
display: flex;
|
|
4964
|
+
gap: 1rem;
|
|
4965
|
+
padding: 1rem;
|
|
4966
|
+
background-color: #f9fafb;
|
|
4967
|
+
border-radius: 0.5rem;
|
|
4968
|
+
}
|
|
4969
|
+
.stat-item[data-v-dcc0db9b] {
|
|
4970
|
+
display: flex;
|
|
4971
|
+
flex-direction: column;
|
|
4972
|
+
align-items: center;
|
|
4973
|
+
gap: 0.25rem;
|
|
4974
|
+
}
|
|
4975
|
+
.stat-label[data-v-dcc0db9b] {
|
|
4976
|
+
font-size: 0.875rem;
|
|
4977
|
+
color: #6b7280;
|
|
4978
|
+
}
|
|
4979
|
+
.stat-value[data-v-dcc0db9b] {
|
|
4980
|
+
font-size: 1.5rem;
|
|
4981
|
+
font-weight: 700;
|
|
4982
|
+
color: #111827;
|
|
4983
|
+
}
|
|
4984
|
+
.sessions-list[data-v-dcc0db9b] {
|
|
4985
|
+
display: flex;
|
|
4986
|
+
flex-direction: column;
|
|
4987
|
+
gap: 1rem;
|
|
4988
|
+
}
|
|
4989
|
+
.sessions-loading[data-v-dcc0db9b] {
|
|
4990
|
+
display: flex;
|
|
4991
|
+
align-items: center;
|
|
4992
|
+
gap: 0.5rem;
|
|
4993
|
+
padding: 2rem;
|
|
4994
|
+
justify-content: center;
|
|
4995
|
+
color: #6b7280;
|
|
4996
|
+
}
|
|
4997
|
+
.sessions-empty[data-v-dcc0db9b] {
|
|
4998
|
+
text-align: center;
|
|
4999
|
+
padding: 2rem;
|
|
5000
|
+
color: #6b7280;
|
|
5001
|
+
}
|
|
5002
|
+
.session-card[data-v-dcc0db9b] {
|
|
5003
|
+
border: 1px solid #e5e7eb;
|
|
5004
|
+
border-radius: 0.5rem;
|
|
5005
|
+
padding: 1rem;
|
|
5006
|
+
background-color: #ffffff;
|
|
5007
|
+
}
|
|
5008
|
+
.session-card-header[data-v-dcc0db9b] {
|
|
5009
|
+
display: flex;
|
|
5010
|
+
justify-content: space-between;
|
|
5011
|
+
align-items: flex-start;
|
|
5012
|
+
margin-bottom: 0.75rem;
|
|
5013
|
+
}
|
|
5014
|
+
.session-device-info[data-v-dcc0db9b] {
|
|
5015
|
+
flex: 1;
|
|
5016
|
+
}
|
|
5017
|
+
.session-device-name[data-v-dcc0db9b] {
|
|
5018
|
+
font-size: 1.125rem;
|
|
5019
|
+
font-weight: 600;
|
|
5020
|
+
color: #111827;
|
|
5021
|
+
margin-bottom: 0.25rem;
|
|
5022
|
+
}
|
|
5023
|
+
.session-card-details[data-v-dcc0db9b] {
|
|
5024
|
+
display: flex;
|
|
5025
|
+
flex-direction: column;
|
|
5026
|
+
gap: 0.5rem;
|
|
5027
|
+
}
|
|
5028
|
+
.session-detail-row[data-v-dcc0db9b] {
|
|
5029
|
+
display: flex;
|
|
5030
|
+
gap: 0.5rem;
|
|
5031
|
+
}
|
|
5032
|
+
.detail-label[data-v-dcc0db9b] {
|
|
5033
|
+
font-weight: 500;
|
|
5034
|
+
color: #6b7280;
|
|
5035
|
+
min-width: 6rem;
|
|
5036
|
+
}
|
|
5037
|
+
.detail-value[data-v-dcc0db9b] {
|
|
5038
|
+
color: #111827;
|
|
5039
|
+
}
|
|
5040
|
+
.session-actions[data-v-dcc0db9b] {
|
|
5041
|
+
display: flex;
|
|
5042
|
+
justify-content: center;
|
|
5043
|
+
padding-top: 1rem;
|
|
5044
|
+
border-top: 1px solid #e5e7eb;
|
|
5045
|
+
}
|
|
5046
|
+
@media (max-width: 640px) {
|
|
5047
|
+
.sessions-modal[data-v-dcc0db9b] {
|
|
5048
|
+
min-width: auto;
|
|
5049
|
+
width: 100%;
|
|
5050
|
+
margin: 1rem;
|
|
5051
|
+
}
|
|
5052
|
+
.session-stats[data-v-dcc0db9b] {
|
|
5053
|
+
flex-direction: column;
|
|
5054
|
+
gap: 0.5rem;
|
|
5055
|
+
}
|
|
5056
|
+
.session-card-header[data-v-dcc0db9b] {
|
|
5057
|
+
flex-direction: column;
|
|
5058
|
+
gap: 0.75rem;
|
|
5059
|
+
}
|
|
5060
|
+
.detail-label[data-v-dcc0db9b] {
|
|
5061
|
+
min-width: 5rem;
|
|
5062
|
+
}
|
|
5063
|
+
}
|
|
5064
|
+
|
|
4690
5065
|
/* Override accui- prefixed Tailwind classes with CSS properties */
|
|
4691
5066
|
.accui-w-full[data-v-0943ff6b] {
|
|
4692
5067
|
width: 100%;
|
|
@@ -5006,11 +5381,11 @@ to {
|
|
|
5006
5381
|
gap: 0.75rem;
|
|
5007
5382
|
}
|
|
5008
5383
|
|
|
5009
|
-
.signed-in-fallback[data-v-
|
|
5384
|
+
.signed-in-fallback[data-v-669fa3b4] {
|
|
5010
5385
|
text-align: center;
|
|
5011
5386
|
padding: 2rem 0;
|
|
5012
5387
|
}
|
|
5013
|
-
.signed-in-icon-container[data-v-
|
|
5388
|
+
.signed-in-icon-container[data-v-669fa3b4] {
|
|
5014
5389
|
width: 4rem;
|
|
5015
5390
|
height: 4rem;
|
|
5016
5391
|
margin: 0 auto 1rem;
|
|
@@ -5020,22 +5395,22 @@ to {
|
|
|
5020
5395
|
align-items: center;
|
|
5021
5396
|
justify-content: center;
|
|
5022
5397
|
}
|
|
5023
|
-
.signed-in-icon[data-v-
|
|
5398
|
+
.signed-in-icon[data-v-669fa3b4] {
|
|
5024
5399
|
width: 2rem;
|
|
5025
5400
|
height: 2rem;
|
|
5026
5401
|
color: #a3a3a3;
|
|
5027
5402
|
}
|
|
5028
|
-
.signed-in-title[data-v-
|
|
5403
|
+
.signed-in-title[data-v-669fa3b4] {
|
|
5029
5404
|
font-size: 1.125rem;
|
|
5030
5405
|
font-weight: 600;
|
|
5031
5406
|
color: #171717;
|
|
5032
5407
|
margin-bottom: 0.5rem;
|
|
5033
5408
|
}
|
|
5034
|
-
.signed-in-subtitle[data-v-
|
|
5409
|
+
.signed-in-subtitle[data-v-669fa3b4] {
|
|
5035
5410
|
color: #525252;
|
|
5036
5411
|
margin-bottom: 1rem;
|
|
5037
5412
|
}
|
|
5038
|
-
.signed-in-button[data-v-
|
|
5413
|
+
.signed-in-button[data-v-669fa3b4] {
|
|
5039
5414
|
background-color: #EA00A8;
|
|
5040
5415
|
color: white;
|
|
5041
5416
|
width: auto;
|
|
@@ -5046,7 +5421,7 @@ to {
|
|
|
5046
5421
|
font-weight: 600;
|
|
5047
5422
|
transition: background-color 0.2s ease;
|
|
5048
5423
|
}
|
|
5049
|
-
.signed-in-button[data-v-
|
|
5424
|
+
.signed-in-button[data-v-669fa3b4]:hover {
|
|
5050
5425
|
background-color: #B8006F;
|
|
5051
5426
|
}
|
|
5052
5427
|
|
|
@@ -5096,7 +5471,7 @@ to {
|
|
|
5096
5471
|
}
|
|
5097
5472
|
|
|
5098
5473
|
/* User Button */
|
|
5099
|
-
.user-button[data-v-
|
|
5474
|
+
.user-button[data-v-9e187d2c] {
|
|
5100
5475
|
position: relative;
|
|
5101
5476
|
display: flex;
|
|
5102
5477
|
align-items: center;
|
|
@@ -5110,44 +5485,44 @@ to {
|
|
|
5110
5485
|
cursor: pointer;
|
|
5111
5486
|
transition: all 0.15s;
|
|
5112
5487
|
}
|
|
5113
|
-
.user-button[data-v-
|
|
5488
|
+
.user-button[data-v-9e187d2c]:hover {
|
|
5114
5489
|
background-color: #d1d5db;
|
|
5115
5490
|
}
|
|
5116
|
-
.user-button[data-v-
|
|
5491
|
+
.user-button[data-v-9e187d2c]:focus {
|
|
5117
5492
|
outline: none;
|
|
5118
5493
|
box-shadow: 0 0 0 2px #EA00A8;
|
|
5119
5494
|
}
|
|
5120
|
-
.user-button-content[data-v-
|
|
5495
|
+
.user-button-content[data-v-9e187d2c] {
|
|
5121
5496
|
display: flex;
|
|
5122
5497
|
align-items: center;
|
|
5123
5498
|
gap: 0.75rem;
|
|
5124
5499
|
}
|
|
5125
|
-
.user-info[data-v-
|
|
5500
|
+
.user-info[data-v-9e187d2c] {
|
|
5126
5501
|
display: flex;
|
|
5127
5502
|
flex-direction: column;
|
|
5128
5503
|
align-items: flex-start;
|
|
5129
5504
|
}
|
|
5130
|
-
.user-name[data-v-
|
|
5505
|
+
.user-name[data-v-9e187d2c] {
|
|
5131
5506
|
font-size: 0.875rem;
|
|
5132
5507
|
font-weight: 500;
|
|
5133
5508
|
color: #111827;
|
|
5134
5509
|
}
|
|
5135
|
-
.avatar-container[data-v-
|
|
5510
|
+
.avatar-container[data-v-9e187d2c] {
|
|
5136
5511
|
position: relative;
|
|
5137
5512
|
flex-shrink: 0;
|
|
5138
5513
|
}
|
|
5139
|
-
.avatar-wrapper[data-v-
|
|
5514
|
+
.avatar-wrapper[data-v-9e187d2c] {
|
|
5140
5515
|
position: relative;
|
|
5141
5516
|
width: 2rem;
|
|
5142
5517
|
height: 2rem;
|
|
5143
5518
|
}
|
|
5144
|
-
.avatar-image[data-v-
|
|
5519
|
+
.avatar-image[data-v-9e187d2c] {
|
|
5145
5520
|
width: 2rem;
|
|
5146
5521
|
height: 2rem;
|
|
5147
5522
|
border-radius: 50%;
|
|
5148
5523
|
object-fit: cover;
|
|
5149
5524
|
}
|
|
5150
|
-
.avatar-default[data-v-
|
|
5525
|
+
.avatar-default[data-v-9e187d2c] {
|
|
5151
5526
|
width: 2rem;
|
|
5152
5527
|
height: 2rem;
|
|
5153
5528
|
border-radius: 50%;
|
|
@@ -5156,27 +5531,24 @@ to {
|
|
|
5156
5531
|
align-items: center;
|
|
5157
5532
|
justify-content: center;
|
|
5158
5533
|
}
|
|
5159
|
-
.avatar-icon[data-v-
|
|
5534
|
+
.avatar-icon[data-v-9e187d2c] {
|
|
5160
5535
|
width: 1.25rem;
|
|
5161
5536
|
height: 1.25rem;
|
|
5162
5537
|
color: #6b7280;
|
|
5163
5538
|
}
|
|
5164
|
-
.dropdown-arrow[data-v-
|
|
5539
|
+
.dropdown-arrow[data-v-9e187d2c] {
|
|
5165
5540
|
width: 1rem;
|
|
5166
5541
|
height: 1rem;
|
|
5167
5542
|
color: #9ca3af;
|
|
5168
5543
|
transition: transform 0.15s;
|
|
5169
5544
|
}
|
|
5170
|
-
.dropdown-arrow-open[data-v-
|
|
5545
|
+
.dropdown-arrow-open[data-v-9e187d2c] {
|
|
5171
5546
|
transform: rotate(180deg);
|
|
5172
5547
|
}
|
|
5173
5548
|
|
|
5174
5549
|
/* Dropdown Menu */
|
|
5175
|
-
.dropdown-menu[data-v-
|
|
5550
|
+
.dropdown-menu[data-v-9e187d2c] {
|
|
5176
5551
|
position: absolute;
|
|
5177
|
-
right: 0;
|
|
5178
|
-
top: 100%;
|
|
5179
|
-
margin-top: 0.5rem;
|
|
5180
5552
|
width: 18rem;
|
|
5181
5553
|
background: white;
|
|
5182
5554
|
border-radius: 0.5rem;
|
|
@@ -5184,10 +5556,40 @@ to {
|
|
|
5184
5556
|
border: 1px solid #e5e7eb;
|
|
5185
5557
|
z-index: 50;
|
|
5186
5558
|
}
|
|
5187
|
-
|
|
5559
|
+
|
|
5560
|
+
/* Horizontal alignment */
|
|
5561
|
+
.dropdown-menu-align-left[data-v-9e187d2c] {
|
|
5562
|
+
left: 0;
|
|
5563
|
+
}
|
|
5564
|
+
.dropdown-menu-align-right[data-v-9e187d2c] {
|
|
5565
|
+
right: 0;
|
|
5566
|
+
}
|
|
5567
|
+
.dropdown-menu-align-center[data-v-9e187d2c] {
|
|
5568
|
+
left: 50%;
|
|
5569
|
+
transform: translateX(-50%);
|
|
5570
|
+
}
|
|
5571
|
+
|
|
5572
|
+
/* Vertical alignment */
|
|
5573
|
+
.dropdown-menu-vertical-bottom[data-v-9e187d2c] {
|
|
5574
|
+
top: 100%;
|
|
5575
|
+
margin-top: 0.5rem;
|
|
5576
|
+
}
|
|
5577
|
+
.dropdown-menu-vertical-top[data-v-9e187d2c] {
|
|
5578
|
+
bottom: 100%;
|
|
5579
|
+
margin-bottom: 0.5rem;
|
|
5580
|
+
}
|
|
5581
|
+
|
|
5582
|
+
/* Center horizontal alignment needs special handling for transforms */
|
|
5583
|
+
.dropdown-menu-align-center.dropdown-menu-vertical-bottom[data-v-9e187d2c] {
|
|
5584
|
+
transform: translateX(-50%);
|
|
5585
|
+
}
|
|
5586
|
+
.dropdown-menu-align-center.dropdown-menu-vertical-top[data-v-9e187d2c] {
|
|
5587
|
+
transform: translateX(-50%);
|
|
5588
|
+
}
|
|
5589
|
+
.dropdown-content[data-v-9e187d2c] {
|
|
5188
5590
|
padding: 0.5rem;
|
|
5189
5591
|
}
|
|
5190
|
-
.dropdown-header[data-v-
|
|
5592
|
+
.dropdown-header[data-v-9e187d2c] {
|
|
5191
5593
|
display: flex;
|
|
5192
5594
|
align-items: center;
|
|
5193
5595
|
gap: 1rem;
|
|
@@ -5195,10 +5597,10 @@ to {
|
|
|
5195
5597
|
border-radius: 0.5rem;
|
|
5196
5598
|
background-color: #f9fafb;
|
|
5197
5599
|
}
|
|
5198
|
-
.dropdown-avatar-container[data-v-
|
|
5600
|
+
.dropdown-avatar-container[data-v-9e187d2c] {
|
|
5199
5601
|
position: relative;
|
|
5200
5602
|
}
|
|
5201
|
-
.level-progress-overlay[data-v-
|
|
5603
|
+
.level-progress-overlay[data-v-9e187d2c] {
|
|
5202
5604
|
position: absolute;
|
|
5203
5605
|
z-index: 10;
|
|
5204
5606
|
top: 50%;
|
|
@@ -5206,13 +5608,13 @@ to {
|
|
|
5206
5608
|
transform: translate(-50%, -50%);
|
|
5207
5609
|
pointer-events: none;
|
|
5208
5610
|
}
|
|
5209
|
-
.dropdown-avatar-image[data-v-
|
|
5611
|
+
.dropdown-avatar-image[data-v-9e187d2c] {
|
|
5210
5612
|
width: 3.5rem;
|
|
5211
5613
|
height: 3.5rem;
|
|
5212
5614
|
border-radius: 50%;
|
|
5213
5615
|
object-fit: cover;
|
|
5214
5616
|
}
|
|
5215
|
-
.dropdown-avatar-default[data-v-
|
|
5617
|
+
.dropdown-avatar-default[data-v-9e187d2c] {
|
|
5216
5618
|
width: 3.5rem;
|
|
5217
5619
|
height: 3.5rem;
|
|
5218
5620
|
border-radius: 50%;
|
|
@@ -5221,17 +5623,17 @@ to {
|
|
|
5221
5623
|
align-items: center;
|
|
5222
5624
|
justify-content: center;
|
|
5223
5625
|
}
|
|
5224
|
-
.dropdown-avatar-icon[data-v-
|
|
5626
|
+
.dropdown-avatar-icon[data-v-9e187d2c] {
|
|
5225
5627
|
width: 1.25rem;
|
|
5226
5628
|
height: 1.25rem;
|
|
5227
5629
|
color: #6b7280;
|
|
5228
5630
|
}
|
|
5229
|
-
.dropdown-user-details[data-v-
|
|
5631
|
+
.dropdown-user-details[data-v-9e187d2c] {
|
|
5230
5632
|
flex: 1;
|
|
5231
5633
|
min-width: 0;
|
|
5232
5634
|
text-align: left;
|
|
5233
5635
|
}
|
|
5234
|
-
.dropdown-user-name[data-v-
|
|
5636
|
+
.dropdown-user-name[data-v-9e187d2c] {
|
|
5235
5637
|
font-size: 0.875rem;
|
|
5236
5638
|
font-weight: 500;
|
|
5237
5639
|
color: #111827;
|
|
@@ -5239,24 +5641,24 @@ to {
|
|
|
5239
5641
|
overflow: hidden;
|
|
5240
5642
|
text-overflow: ellipsis;
|
|
5241
5643
|
}
|
|
5242
|
-
.dropdown-user-email[data-v-
|
|
5644
|
+
.dropdown-user-email[data-v-9e187d2c] {
|
|
5243
5645
|
font-size: 0.875rem;
|
|
5244
5646
|
color: #6b7280;
|
|
5245
5647
|
white-space: nowrap;
|
|
5246
5648
|
overflow: hidden;
|
|
5247
5649
|
text-overflow: ellipsis;
|
|
5248
5650
|
}
|
|
5249
|
-
.dropdown-divider[data-v-
|
|
5651
|
+
.dropdown-divider[data-v-9e187d2c] {
|
|
5250
5652
|
height: 1px;
|
|
5251
5653
|
background-color: #e5e7eb;
|
|
5252
5654
|
margin: 0.5rem 0;
|
|
5253
5655
|
}
|
|
5254
|
-
.dropdown-menu-items[data-v-
|
|
5656
|
+
.dropdown-menu-items[data-v-9e187d2c] {
|
|
5255
5657
|
display: flex;
|
|
5256
5658
|
flex-direction: column;
|
|
5257
5659
|
gap: 0.25rem;
|
|
5258
5660
|
}
|
|
5259
|
-
.dropdown-menu-item[data-v-
|
|
5661
|
+
.dropdown-menu-item[data-v-9e187d2c] {
|
|
5260
5662
|
width: 100%;
|
|
5261
5663
|
display: flex;
|
|
5262
5664
|
align-items: center;
|
|
@@ -5271,29 +5673,29 @@ to {
|
|
|
5271
5673
|
transition: all 0.15s;
|
|
5272
5674
|
text-align: left;
|
|
5273
5675
|
}
|
|
5274
|
-
.dropdown-menu-item[data-v-
|
|
5275
|
-
.dropdown-menu-item[data-v-
|
|
5676
|
+
.dropdown-menu-item[data-v-9e187d2c]:hover,
|
|
5677
|
+
.dropdown-menu-item[data-v-9e187d2c]:focus {
|
|
5276
5678
|
background-color: #f3f4f6;
|
|
5277
5679
|
outline: none;
|
|
5278
5680
|
}
|
|
5279
|
-
.dropdown-menu-item-danger[data-v-
|
|
5681
|
+
.dropdown-menu-item-danger[data-v-9e187d2c] {
|
|
5280
5682
|
color: #dc2626;
|
|
5281
5683
|
}
|
|
5282
|
-
.dropdown-menu-item-danger[data-v-
|
|
5283
|
-
.dropdown-menu-item-danger[data-v-
|
|
5684
|
+
.dropdown-menu-item-danger[data-v-9e187d2c]:hover,
|
|
5685
|
+
.dropdown-menu-item-danger[data-v-9e187d2c]:focus {
|
|
5284
5686
|
background-color: #fef2f2;
|
|
5285
5687
|
}
|
|
5286
|
-
.dropdown-menu-icon[data-v-
|
|
5688
|
+
.dropdown-menu-icon[data-v-9e187d2c] {
|
|
5287
5689
|
width: 1rem;
|
|
5288
5690
|
height: 1rem;
|
|
5289
5691
|
color: #9ca3af;
|
|
5290
5692
|
}
|
|
5291
|
-
.dropdown-menu-icon-danger[data-v-
|
|
5693
|
+
.dropdown-menu-icon-danger[data-v-9e187d2c] {
|
|
5292
5694
|
color: #ef4444;
|
|
5293
5695
|
}
|
|
5294
5696
|
|
|
5295
5697
|
/* Sign In Button */
|
|
5296
|
-
.sign-in-button[data-v-
|
|
5698
|
+
.sign-in-button[data-v-9e187d2c] {
|
|
5297
5699
|
position: relative;
|
|
5298
5700
|
display: flex;
|
|
5299
5701
|
align-items: center;
|
|
@@ -5308,30 +5710,30 @@ to {
|
|
|
5308
5710
|
cursor: pointer;
|
|
5309
5711
|
transition: all 0.15s;
|
|
5310
5712
|
}
|
|
5311
|
-
.sign-in-button[data-v-
|
|
5713
|
+
.sign-in-button[data-v-9e187d2c]:hover {
|
|
5312
5714
|
background-color: #B8006F;
|
|
5313
5715
|
}
|
|
5314
|
-
.sign-in-button[data-v-
|
|
5716
|
+
.sign-in-button[data-v-9e187d2c]:focus {
|
|
5315
5717
|
outline: none;
|
|
5316
5718
|
box-shadow: 0 0 0 2px #EA00A8, 0 0 0 4px white;
|
|
5317
5719
|
}
|
|
5318
|
-
.sign-in-icon[data-v-
|
|
5720
|
+
.sign-in-icon[data-v-9e187d2c] {
|
|
5319
5721
|
width: 1rem;
|
|
5320
5722
|
height: 1rem;
|
|
5321
5723
|
}
|
|
5322
5724
|
|
|
5323
5725
|
/* Modal Styles */
|
|
5324
|
-
.modal-header[data-v-
|
|
5726
|
+
.modal-header[data-v-9e187d2c] {
|
|
5325
5727
|
display: flex;
|
|
5326
5728
|
align-items: center;
|
|
5327
5729
|
justify-content: space-between;
|
|
5328
5730
|
}
|
|
5329
|
-
.modal-title[data-v-
|
|
5731
|
+
.modal-title[data-v-9e187d2c] {
|
|
5330
5732
|
font-size: 1.25rem;
|
|
5331
5733
|
font-weight: 600;
|
|
5332
5734
|
color: #111827;
|
|
5333
5735
|
}
|
|
5334
|
-
.modal-close-button[data-v-
|
|
5736
|
+
.modal-close-button[data-v-9e187d2c] {
|
|
5335
5737
|
padding: 0.25rem;
|
|
5336
5738
|
border-radius: 0.5rem;
|
|
5337
5739
|
color: #9ca3af;
|
|
@@ -5340,37 +5742,61 @@ to {
|
|
|
5340
5742
|
cursor: pointer;
|
|
5341
5743
|
transition: all 0.2s;
|
|
5342
5744
|
}
|
|
5343
|
-
.modal-close-button[data-v-
|
|
5745
|
+
.modal-close-button[data-v-9e187d2c]:hover {
|
|
5344
5746
|
color: #6b7280;
|
|
5345
5747
|
background-color: #f3f4f6;
|
|
5346
5748
|
}
|
|
5347
|
-
.modal-close-icon[data-v-
|
|
5749
|
+
.modal-close-icon[data-v-9e187d2c] {
|
|
5348
5750
|
width: 1.25rem;
|
|
5349
5751
|
height: 1.25rem;
|
|
5350
5752
|
}
|
|
5351
5753
|
|
|
5352
5754
|
/* Transitions */
|
|
5353
|
-
.dropdown-enter-active[data-v-
|
|
5354
|
-
.dropdown-leave-active[data-v-
|
|
5755
|
+
.dropdown-enter-active[data-v-9e187d2c],
|
|
5756
|
+
.dropdown-leave-active[data-v-9e187d2c] {
|
|
5355
5757
|
transition: all 0.15s ease;
|
|
5356
5758
|
}
|
|
5357
|
-
.dropdown-enter-from[data-v-
|
|
5358
|
-
.dropdown-leave-to[data-v-
|
|
5759
|
+
.dropdown-enter-from[data-v-9e187d2c],
|
|
5760
|
+
.dropdown-leave-to[data-v-9e187d2c] {
|
|
5359
5761
|
opacity: 0;
|
|
5360
|
-
transform: scale(0.95) translateY(4px);
|
|
5361
5762
|
}
|
|
5362
|
-
.dropdown-enter-to[data-v-
|
|
5363
|
-
.dropdown-leave-from[data-v-
|
|
5763
|
+
.dropdown-enter-to[data-v-9e187d2c],
|
|
5764
|
+
.dropdown-leave-from[data-v-9e187d2c] {
|
|
5364
5765
|
opacity: 1;
|
|
5766
|
+
}
|
|
5767
|
+
|
|
5768
|
+
/* Transform-based transitions for different alignments */
|
|
5769
|
+
.dropdown-menu-align-left.dropdown-enter-from[data-v-9e187d2c],
|
|
5770
|
+
.dropdown-menu-align-left.dropdown-leave-to[data-v-9e187d2c] {
|
|
5771
|
+
transform: scale(0.95) translateY(4px);
|
|
5772
|
+
}
|
|
5773
|
+
.dropdown-menu-align-left.dropdown-enter-to[data-v-9e187d2c],
|
|
5774
|
+
.dropdown-menu-align-left.dropdown-leave-from[data-v-9e187d2c] {
|
|
5365
5775
|
transform: scale(1) translateY(0);
|
|
5366
5776
|
}
|
|
5777
|
+
.dropdown-menu-align-right.dropdown-enter-from[data-v-9e187d2c],
|
|
5778
|
+
.dropdown-menu-align-right.dropdown-leave-to[data-v-9e187d2c] {
|
|
5779
|
+
transform: scale(0.95) translateY(4px);
|
|
5780
|
+
}
|
|
5781
|
+
.dropdown-menu-align-right.dropdown-enter-to[data-v-9e187d2c],
|
|
5782
|
+
.dropdown-menu-align-right.dropdown-leave-from[data-v-9e187d2c] {
|
|
5783
|
+
transform: scale(1) translateY(0);
|
|
5784
|
+
}
|
|
5785
|
+
.dropdown-menu-align-center.dropdown-enter-from[data-v-9e187d2c],
|
|
5786
|
+
.dropdown-menu-align-center.dropdown-leave-to[data-v-9e187d2c] {
|
|
5787
|
+
transform: translateX(-50%) scale(0.95) translateY(4px);
|
|
5788
|
+
}
|
|
5789
|
+
.dropdown-menu-align-center.dropdown-enter-to[data-v-9e187d2c],
|
|
5790
|
+
.dropdown-menu-align-center.dropdown-leave-from[data-v-9e187d2c] {
|
|
5791
|
+
transform: translateX(-50%) scale(1) translateY(0);
|
|
5792
|
+
}
|
|
5367
5793
|
|
|
5368
5794
|
/* Responsive adjustments */
|
|
5369
5795
|
@media (max-width: 640px) {
|
|
5370
|
-
.dropdown-menu[data-v-
|
|
5796
|
+
.dropdown-menu[data-v-9e187d2c] {
|
|
5371
5797
|
width: 16rem;
|
|
5372
5798
|
}
|
|
5373
|
-
.user-info[data-v-
|
|
5799
|
+
.user-info[data-v-9e187d2c] {
|
|
5374
5800
|
display: none;
|
|
5375
5801
|
}
|
|
5376
5802
|
}
|