@strands.gg/accui 1.7.3 → 1.9.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 +537 -161
- 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 +1108 -704
- package/dist/strands-auth-ui.cjs.js.map +1 -1
- package/dist/strands-auth-ui.es.js +1109 -705
- package/dist/strands-auth-ui.es.js.map +1 -1
- package/dist/{useStrandsAuth-CO9JEdxM.js → useStrandsAuth-BA8qEUcp.js} +110 -66
- package/dist/useStrandsAuth-BA8qEUcp.js.map +1 -0
- package/dist/{useStrandsAuth-z4jAu9Uv.cjs → useStrandsAuth-Co2lLH4X.cjs} +110 -66
- package/dist/useStrandsAuth-Co2lLH4X.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
|
@@ -1443,23 +1443,23 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1443
1443
|
background: #94a3b8;
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
1446
|
-
.secured-footer[data-v-
|
|
1446
|
+
.secured-footer[data-v-6dfcdb8c] {
|
|
1447
1447
|
display: flex;
|
|
1448
1448
|
align-items: center;
|
|
1449
1449
|
gap: 0.5rem;
|
|
1450
1450
|
padding-top: 1rem;
|
|
1451
1451
|
border-top: 1px solid #e5e7eb;
|
|
1452
1452
|
}
|
|
1453
|
-
.secured-footer-with-content[data-v-
|
|
1453
|
+
.secured-footer-with-content[data-v-6dfcdb8c] {
|
|
1454
1454
|
justify-content: space-between;
|
|
1455
1455
|
}
|
|
1456
|
-
.secured-footer-centered[data-v-
|
|
1456
|
+
.secured-footer-centered[data-v-6dfcdb8c] {
|
|
1457
1457
|
justify-content: center;
|
|
1458
1458
|
}
|
|
1459
|
-
.secured-logo[data-v-
|
|
1459
|
+
.secured-logo[data-v-6dfcdb8c] {
|
|
1460
1460
|
flex-shrink: 0;
|
|
1461
1461
|
}
|
|
1462
|
-
.secured-logo-image[data-v-
|
|
1462
|
+
.secured-logo-image[data-v-6dfcdb8c] {
|
|
1463
1463
|
height: 2rem;
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
@@ -1874,76 +1874,76 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1874
1874
|
}
|
|
1875
1875
|
|
|
1876
1876
|
/* Simple fade transition - gentle and smooth */
|
|
1877
|
-
.fade-enter-active[data-v-
|
|
1878
|
-
.fade-leave-active[data-v-
|
|
1877
|
+
.fade-enter-active[data-v-ba0feb8a],
|
|
1878
|
+
.fade-leave-active[data-v-ba0feb8a] {
|
|
1879
1879
|
transition: opacity 350ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1880
1880
|
}
|
|
1881
|
-
.fade-enter-from[data-v-
|
|
1882
|
-
.fade-leave-to[data-v-
|
|
1881
|
+
.fade-enter-from[data-v-ba0feb8a],
|
|
1882
|
+
.fade-leave-to[data-v-ba0feb8a] {
|
|
1883
1883
|
opacity: 0;
|
|
1884
1884
|
}
|
|
1885
1885
|
|
|
1886
1886
|
/* Smooth height transitions - handled entirely by JavaScript */
|
|
1887
|
-
.smooth-height-enter-active[data-v-
|
|
1888
|
-
.smooth-height-leave-active[data-v-
|
|
1887
|
+
.smooth-height-enter-active[data-v-ba0feb8a],
|
|
1888
|
+
.smooth-height-leave-active[data-v-ba0feb8a] {
|
|
1889
1889
|
/* JavaScript handles all transition logic */
|
|
1890
1890
|
}
|
|
1891
1891
|
|
|
1892
1892
|
/* Support block transition - gentle fade with subtle scale */
|
|
1893
|
-
.support-fade-enter-active[data-v-
|
|
1894
|
-
.support-fade-leave-active[data-v-
|
|
1893
|
+
.support-fade-enter-active[data-v-ba0feb8a],
|
|
1894
|
+
.support-fade-leave-active[data-v-ba0feb8a] {
|
|
1895
1895
|
transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1896
1896
|
}
|
|
1897
|
-
.support-fade-enter-from[data-v-
|
|
1897
|
+
.support-fade-enter-from[data-v-ba0feb8a] {
|
|
1898
1898
|
opacity: 0;
|
|
1899
1899
|
transform: scale(0.97) translateY(8px);
|
|
1900
1900
|
}
|
|
1901
|
-
.support-fade-leave-to[data-v-
|
|
1901
|
+
.support-fade-leave-to[data-v-ba0feb8a] {
|
|
1902
1902
|
opacity: 0;
|
|
1903
1903
|
transform: scale(0.99) translateY(-4px);
|
|
1904
1904
|
}
|
|
1905
|
-
.support-fade-enter-to[data-v-
|
|
1906
|
-
.support-fade-leave-from[data-v-
|
|
1905
|
+
.support-fade-enter-to[data-v-ba0feb8a],
|
|
1906
|
+
.support-fade-leave-from[data-v-ba0feb8a] {
|
|
1907
1907
|
opacity: 1;
|
|
1908
1908
|
transform: scale(1) translateY(0);
|
|
1909
1909
|
}
|
|
1910
1910
|
|
|
1911
1911
|
/* Expand transition - for alerts using modern height animation */
|
|
1912
|
-
.expand-enter-active[data-v-
|
|
1913
|
-
.expand-leave-active[data-v-
|
|
1912
|
+
.expand-enter-active[data-v-ba0feb8a],
|
|
1913
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1914
1914
|
overflow: hidden;
|
|
1915
1915
|
}
|
|
1916
1916
|
|
|
1917
1917
|
/* Modern browsers with interpolate-size support for expand */
|
|
1918
1918
|
@supports (interpolate-size: allow-keywords) {
|
|
1919
|
-
.expand-enter-active[data-v-
|
|
1920
|
-
.expand-leave-active[data-v-
|
|
1919
|
+
.expand-enter-active[data-v-ba0feb8a],
|
|
1920
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1921
1921
|
interpolate-size: allow-keywords;
|
|
1922
1922
|
}
|
|
1923
|
-
.expand-enter-active[data-v-
|
|
1923
|
+
.expand-enter-active[data-v-ba0feb8a] {
|
|
1924
1924
|
transition:
|
|
1925
1925
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1926
1926
|
height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1927
1927
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1928
1928
|
}
|
|
1929
|
-
.expand-leave-active[data-v-
|
|
1929
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1930
1930
|
transition:
|
|
1931
1931
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1932
1932
|
height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1933
1933
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1934
1934
|
}
|
|
1935
|
-
.expand-enter-from[data-v-
|
|
1935
|
+
.expand-enter-from[data-v-ba0feb8a] {
|
|
1936
1936
|
opacity: 0;
|
|
1937
1937
|
height: 0;
|
|
1938
1938
|
transform: scale(0.99) translateY(-2px);
|
|
1939
1939
|
}
|
|
1940
|
-
.expand-leave-to[data-v-
|
|
1940
|
+
.expand-leave-to[data-v-ba0feb8a] {
|
|
1941
1941
|
opacity: 0;
|
|
1942
1942
|
height: 0;
|
|
1943
1943
|
transform: scale(0.997) translateY(1px);
|
|
1944
1944
|
}
|
|
1945
|
-
.expand-enter-to[data-v-
|
|
1946
|
-
.expand-leave-from[data-v-
|
|
1945
|
+
.expand-enter-to[data-v-ba0feb8a],
|
|
1946
|
+
.expand-leave-from[data-v-ba0feb8a] {
|
|
1947
1947
|
opacity: 1;
|
|
1948
1948
|
height: auto;
|
|
1949
1949
|
transform: scale(1) translateY(0);
|
|
@@ -1952,30 +1952,30 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1952
1952
|
|
|
1953
1953
|
/* Fallback for expand in older browsers */
|
|
1954
1954
|
@supports not (interpolate-size: allow-keywords) {
|
|
1955
|
-
.expand-enter-active[data-v-
|
|
1955
|
+
.expand-enter-active[data-v-ba0feb8a] {
|
|
1956
1956
|
transition:
|
|
1957
1957
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1958
1958
|
max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1959
1959
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1960
1960
|
}
|
|
1961
|
-
.expand-leave-active[data-v-
|
|
1961
|
+
.expand-leave-active[data-v-ba0feb8a] {
|
|
1962
1962
|
transition:
|
|
1963
1963
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1964
1964
|
max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1965
1965
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1966
1966
|
}
|
|
1967
|
-
.expand-enter-from[data-v-
|
|
1967
|
+
.expand-enter-from[data-v-ba0feb8a] {
|
|
1968
1968
|
opacity: 0;
|
|
1969
1969
|
max-height: 0;
|
|
1970
1970
|
transform: scale(0.99) translateY(-2px);
|
|
1971
1971
|
}
|
|
1972
|
-
.expand-leave-to[data-v-
|
|
1972
|
+
.expand-leave-to[data-v-ba0feb8a] {
|
|
1973
1973
|
opacity: 0;
|
|
1974
1974
|
max-height: 0;
|
|
1975
1975
|
transform: scale(0.997) translateY(1px);
|
|
1976
1976
|
}
|
|
1977
|
-
.expand-enter-to[data-v-
|
|
1978
|
-
.expand-leave-from[data-v-
|
|
1977
|
+
.expand-enter-to[data-v-ba0feb8a],
|
|
1978
|
+
.expand-leave-from[data-v-ba0feb8a] {
|
|
1979
1979
|
opacity: 1;
|
|
1980
1980
|
max-height: 150px;
|
|
1981
1981
|
transform: scale(1) translateY(0);
|
|
@@ -1983,7 +1983,7 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1983
1983
|
}
|
|
1984
1984
|
|
|
1985
1985
|
/* Loading pulse animation */
|
|
1986
|
-
@keyframes pulse-
|
|
1986
|
+
@keyframes pulse-ba0feb8a {
|
|
1987
1987
|
0%, 100% {
|
|
1988
1988
|
opacity: 1;
|
|
1989
1989
|
}
|
|
@@ -1991,12 +1991,12 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1991
1991
|
opacity: 0.5;
|
|
1992
1992
|
}
|
|
1993
1993
|
}
|
|
1994
|
-
.animate-pulse[data-v-
|
|
1995
|
-
animation: pulse-
|
|
1994
|
+
.animate-pulse[data-v-ba0feb8a] {
|
|
1995
|
+
animation: pulse-ba0feb8a 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1996
1996
|
}
|
|
1997
1997
|
|
|
1998
1998
|
/* Slide up animation for main container - elegant entrance */
|
|
1999
|
-
@keyframes slide-up-
|
|
1999
|
+
@keyframes slide-up-ba0feb8a {
|
|
2000
2000
|
from {
|
|
2001
2001
|
opacity: 0;
|
|
2002
2002
|
transform: translateY(24px) scale(0.96);
|
|
@@ -2008,12 +2008,12 @@ to {
|
|
|
2008
2008
|
filter: blur(0px);
|
|
2009
2009
|
}
|
|
2010
2010
|
}
|
|
2011
|
-
.animate-slide-up[data-v-
|
|
2012
|
-
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);
|
|
2013
2013
|
}
|
|
2014
2014
|
|
|
2015
2015
|
/* Fade in animation for alerts - gentle appearance */
|
|
2016
|
-
@keyframes fade-in-
|
|
2016
|
+
@keyframes fade-in-ba0feb8a {
|
|
2017
2017
|
from {
|
|
2018
2018
|
opacity: 0;
|
|
2019
2019
|
transform: scale(0.97) translateY(6px);
|
|
@@ -2023,41 +2023,41 @@ to {
|
|
|
2023
2023
|
transform: scale(1) translateY(0);
|
|
2024
2024
|
}
|
|
2025
2025
|
}
|
|
2026
|
-
.animate-fade-in[data-v-
|
|
2027
|
-
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);
|
|
2028
2028
|
}
|
|
2029
2029
|
|
|
2030
2030
|
/* Email field spacing animation */
|
|
2031
|
-
.email-field-spacing[data-v-
|
|
2031
|
+
.email-field-spacing[data-v-ba0feb8a] {
|
|
2032
2032
|
transition: margin-bottom 500ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2033
2033
|
}
|
|
2034
|
-
.email-field-spacing.has-password[data-v-
|
|
2034
|
+
.email-field-spacing.has-password[data-v-ba0feb8a] {
|
|
2035
2035
|
margin-bottom: 1rem; /* mb-4 equivalent */
|
|
2036
2036
|
}
|
|
2037
|
-
.email-field-spacing.no-password[data-v-
|
|
2037
|
+
.email-field-spacing.no-password[data-v-ba0feb8a] {
|
|
2038
2038
|
margin-bottom: 0;
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
2041
|
/* Password field transitions now handled by JavaScript smooth-height system */
|
|
2042
2042
|
|
|
2043
2043
|
/* Auth Container Styles */
|
|
2044
|
-
.auth-full-width[data-v-
|
|
2044
|
+
.auth-full-width[data-v-ba0feb8a] {
|
|
2045
2045
|
width: 100%;
|
|
2046
2046
|
}
|
|
2047
|
-
.auth-min-width[data-v-
|
|
2048
|
-
min-width:
|
|
2047
|
+
.auth-min-width[data-v-ba0feb8a] {
|
|
2048
|
+
min-width: 420px;
|
|
2049
2049
|
}
|
|
2050
|
-
.auth-max-width[data-v-
|
|
2050
|
+
.auth-max-width[data-v-ba0feb8a] {
|
|
2051
2051
|
max-width: 28rem;
|
|
2052
2052
|
}
|
|
2053
|
-
.auth-center[data-v-
|
|
2053
|
+
.auth-center[data-v-ba0feb8a] {
|
|
2054
2054
|
margin-left: auto;
|
|
2055
2055
|
margin-right: auto;
|
|
2056
2056
|
}
|
|
2057
|
-
.auth-slide-up[data-v-
|
|
2058
|
-
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);
|
|
2059
2059
|
}
|
|
2060
|
-
.auth-card-modern[data-v-
|
|
2060
|
+
.auth-card-modern[data-v-ba0feb8a] {
|
|
2061
2061
|
background: white;
|
|
2062
2062
|
border-radius: 0.5rem;
|
|
2063
2063
|
padding: 2rem;
|
|
@@ -2065,11 +2065,11 @@ to {
|
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
2067
|
/* Header Styles */
|
|
2068
|
-
.auth-header[data-v-
|
|
2068
|
+
.auth-header[data-v-ba0feb8a] {
|
|
2069
2069
|
text-align: center;
|
|
2070
2070
|
margin-bottom: 2rem;
|
|
2071
2071
|
}
|
|
2072
|
-
.auth-title[data-v-
|
|
2072
|
+
.auth-title[data-v-ba0feb8a] {
|
|
2073
2073
|
font-size: 1.875rem;
|
|
2074
2074
|
font-weight: 700;
|
|
2075
2075
|
background: linear-gradient(135deg, #EA00A8 0%, #FF6B9D 100%);
|
|
@@ -2078,40 +2078,40 @@ to {
|
|
|
2078
2078
|
-webkit-text-fill-color: transparent;
|
|
2079
2079
|
margin-bottom: 0.5rem;
|
|
2080
2080
|
}
|
|
2081
|
-
.auth-subtitle[data-v-
|
|
2081
|
+
.auth-subtitle[data-v-ba0feb8a] {
|
|
2082
2082
|
color: #737373;
|
|
2083
2083
|
}
|
|
2084
2084
|
|
|
2085
2085
|
/* Tabs Container */
|
|
2086
|
-
.auth-tabs-container[data-v-
|
|
2086
|
+
.auth-tabs-container[data-v-ba0feb8a] {
|
|
2087
2087
|
margin-bottom: 2rem;
|
|
2088
2088
|
}
|
|
2089
2089
|
|
|
2090
2090
|
/* OAuth Provider Styles */
|
|
2091
|
-
.auth-oauth-providers[data-v-
|
|
2091
|
+
.auth-oauth-providers[data-v-ba0feb8a] {
|
|
2092
2092
|
display: flex;
|
|
2093
2093
|
flex-direction: column;
|
|
2094
2094
|
gap: 0.75rem;
|
|
2095
2095
|
margin-bottom: 1.5rem;
|
|
2096
2096
|
}
|
|
2097
|
-
.auth-oauth-button[data-v-
|
|
2097
|
+
.auth-oauth-button[data-v-ba0feb8a] {
|
|
2098
2098
|
/* Button styles will be handled by the UiButton component */
|
|
2099
2099
|
}
|
|
2100
|
-
.auth-oauth-icon-container[data-v-
|
|
2100
|
+
.auth-oauth-icon-container[data-v-ba0feb8a] {
|
|
2101
2101
|
width: 1.25rem;
|
|
2102
2102
|
height: 1.25rem;
|
|
2103
2103
|
display: flex;
|
|
2104
2104
|
align-items: center;
|
|
2105
2105
|
justify-content: center;
|
|
2106
2106
|
}
|
|
2107
|
-
.auth-oauth-icon[data-v-
|
|
2107
|
+
.auth-oauth-icon[data-v-ba0feb8a] {
|
|
2108
2108
|
width: 1.25rem;
|
|
2109
2109
|
height: 1.25rem;
|
|
2110
2110
|
}
|
|
2111
|
-
.auth-oauth-github[data-v-
|
|
2111
|
+
.auth-oauth-github[data-v-ba0feb8a] {
|
|
2112
2112
|
fill: currentColor;
|
|
2113
2113
|
}
|
|
2114
|
-
.auth-oauth-generic-icon[data-v-
|
|
2114
|
+
.auth-oauth-generic-icon[data-v-ba0feb8a] {
|
|
2115
2115
|
width: 1.25rem;
|
|
2116
2116
|
height: 1.25rem;
|
|
2117
2117
|
border-radius: 50%;
|
|
@@ -2120,22 +2120,22 @@ to {
|
|
|
2120
2120
|
align-items: center;
|
|
2121
2121
|
justify-content: center;
|
|
2122
2122
|
}
|
|
2123
|
-
.auth-oauth-generic-text[data-v-
|
|
2123
|
+
.auth-oauth-generic-text[data-v-ba0feb8a] {
|
|
2124
2124
|
font-size: 0.75rem;
|
|
2125
2125
|
font-weight: 600;
|
|
2126
2126
|
color: #525252;
|
|
2127
2127
|
}
|
|
2128
|
-
.auth-oauth-text[data-v-
|
|
2128
|
+
.auth-oauth-text[data-v-ba0feb8a] {
|
|
2129
2129
|
font-weight: 500;
|
|
2130
2130
|
}
|
|
2131
2131
|
|
|
2132
2132
|
/* Divider Styles */
|
|
2133
|
-
.auth-divider[data-v-
|
|
2133
|
+
.auth-divider[data-v-ba0feb8a] {
|
|
2134
2134
|
position: relative;
|
|
2135
2135
|
margin: 1.5rem 0;
|
|
2136
2136
|
text-align: center;
|
|
2137
2137
|
}
|
|
2138
|
-
.auth-divider[data-v-
|
|
2138
|
+
.auth-divider[data-v-ba0feb8a]::before {
|
|
2139
2139
|
content: '';
|
|
2140
2140
|
position: absolute;
|
|
2141
2141
|
top: 50%;
|
|
@@ -2144,7 +2144,7 @@ to {
|
|
|
2144
2144
|
height: 1px;
|
|
2145
2145
|
background: #e5e5e5;
|
|
2146
2146
|
}
|
|
2147
|
-
.auth-divider-text[data-v-
|
|
2147
|
+
.auth-divider-text[data-v-ba0feb8a] {
|
|
2148
2148
|
background: white;
|
|
2149
2149
|
padding: 0 1rem;
|
|
2150
2150
|
color: #737373;
|
|
@@ -2154,61 +2154,61 @@ to {
|
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
2156
|
/* Form Styles */
|
|
2157
|
-
.auth-form[data-v-
|
|
2157
|
+
.auth-form[data-v-ba0feb8a] {
|
|
2158
2158
|
display: flex;
|
|
2159
2159
|
flex-direction: column;
|
|
2160
2160
|
gap: 1.5rem;
|
|
2161
2161
|
}
|
|
2162
|
-
.auth-password-field[data-v-
|
|
2162
|
+
.auth-password-field[data-v-ba0feb8a] {
|
|
2163
2163
|
margin-bottom: 1rem;
|
|
2164
2164
|
}
|
|
2165
|
-
.auth-password-header[data-v-
|
|
2165
|
+
.auth-password-header[data-v-ba0feb8a] {
|
|
2166
2166
|
display: flex;
|
|
2167
2167
|
align-items: center;
|
|
2168
2168
|
justify-content: space-between;
|
|
2169
2169
|
margin-bottom: 0.5rem;
|
|
2170
2170
|
}
|
|
2171
|
-
.auth-password-label[data-v-
|
|
2171
|
+
.auth-password-label[data-v-ba0feb8a] {
|
|
2172
2172
|
font-size: 0.875rem;
|
|
2173
2173
|
font-weight: 500;
|
|
2174
2174
|
color: #374151;
|
|
2175
2175
|
}
|
|
2176
2176
|
|
|
2177
2177
|
/* Alert Styles */
|
|
2178
|
-
.auth-success-alert[data-v-
|
|
2178
|
+
.auth-success-alert[data-v-ba0feb8a] {
|
|
2179
2179
|
margin-top: 1.5rem;
|
|
2180
|
-
animation: fade-in-
|
|
2180
|
+
animation: fade-in-ba0feb8a 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2181
2181
|
}
|
|
2182
|
-
.auth-error-alert[data-v-
|
|
2182
|
+
.auth-error-alert[data-v-ba0feb8a] {
|
|
2183
2183
|
margin-top: 1.5rem;
|
|
2184
|
-
animation: fade-in-
|
|
2184
|
+
animation: fade-in-ba0feb8a 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2185
2185
|
}
|
|
2186
2186
|
|
|
2187
2187
|
/* Back Link Styles */
|
|
2188
|
-
.auth-back-link-container[data-v-
|
|
2188
|
+
.auth-back-link-container[data-v-ba0feb8a] {
|
|
2189
2189
|
margin-top: 2rem;
|
|
2190
2190
|
text-align: center;
|
|
2191
2191
|
}
|
|
2192
|
-
.auth-back-link[data-v-
|
|
2192
|
+
.auth-back-link[data-v-ba0feb8a] {
|
|
2193
2193
|
display: inline-flex;
|
|
2194
2194
|
align-items: center;
|
|
2195
2195
|
gap: 0.5rem;
|
|
2196
2196
|
}
|
|
2197
|
-
.auth-back-icon[data-v-
|
|
2197
|
+
.auth-back-icon[data-v-ba0feb8a] {
|
|
2198
2198
|
width: 1rem;
|
|
2199
2199
|
height: 1rem;
|
|
2200
2200
|
}
|
|
2201
2201
|
|
|
2202
2202
|
/* Support Text */
|
|
2203
|
-
.auth-support-text[data-v-
|
|
2203
|
+
.auth-support-text[data-v-ba0feb8a] {
|
|
2204
2204
|
color: #a3a3a3;
|
|
2205
2205
|
font-size: 0.875rem;
|
|
2206
2206
|
}
|
|
2207
2207
|
|
|
2208
2208
|
/* Modal-specific styles - removes border, radius, background, and padding */
|
|
2209
|
-
.auth-container-modal[data-v-
|
|
2209
|
+
.auth-container-modal[data-v-ba0feb8a] {
|
|
2210
2210
|
}
|
|
2211
|
-
.auth-content-modal[data-v-
|
|
2211
|
+
.auth-content-modal[data-v-ba0feb8a] {
|
|
2212
2212
|
/* Remove card styling when in modal */
|
|
2213
2213
|
background: transparent;
|
|
2214
2214
|
border: none;
|
|
@@ -4265,20 +4265,245 @@ to {
|
|
|
4265
4265
|
max-width: 32rem;
|
|
4266
4266
|
}
|
|
4267
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
|
+
|
|
4268
4493
|
/* Container Styles */
|
|
4269
|
-
.profile-container-width[data-v-
|
|
4494
|
+
.profile-container-width[data-v-dcc0db9b] {
|
|
4270
4495
|
width: 100%;
|
|
4271
4496
|
}
|
|
4272
|
-
.profile-max-width[data-v-
|
|
4497
|
+
.profile-max-width[data-v-dcc0db9b] {
|
|
4273
4498
|
max-width: 56rem;
|
|
4274
4499
|
}
|
|
4275
|
-
.profile-centered[data-v-
|
|
4500
|
+
.profile-centered[data-v-dcc0db9b] {
|
|
4276
4501
|
margin: 0 auto;
|
|
4277
4502
|
}
|
|
4278
|
-
.profile-animated[data-v-
|
|
4279
|
-
animation: slideUp-
|
|
4503
|
+
.profile-animated[data-v-dcc0db9b] {
|
|
4504
|
+
animation: slideUp-dcc0db9b 0.3s ease-out;
|
|
4280
4505
|
}
|
|
4281
|
-
@keyframes slideUp-
|
|
4506
|
+
@keyframes slideUp-dcc0db9b {
|
|
4282
4507
|
from {
|
|
4283
4508
|
opacity: 0;
|
|
4284
4509
|
transform: translateY(20px);
|
|
@@ -4288,12 +4513,12 @@ to {
|
|
|
4288
4513
|
transform: translateY(0);
|
|
4289
4514
|
}
|
|
4290
4515
|
}
|
|
4291
|
-
.profile-content-layout[data-v-
|
|
4516
|
+
.profile-content-layout[data-v-dcc0db9b] {
|
|
4292
4517
|
display: flex;
|
|
4293
4518
|
flex-direction: column;
|
|
4294
4519
|
gap: 1.5rem;
|
|
4295
4520
|
}
|
|
4296
|
-
.profile-card-modern[data-v-
|
|
4521
|
+
.profile-card-modern[data-v-dcc0db9b] {
|
|
4297
4522
|
background: #ffffff;
|
|
4298
4523
|
border: 1px solid #e5e7eb;
|
|
4299
4524
|
border-radius: 1rem;
|
|
@@ -4302,10 +4527,10 @@ to {
|
|
|
4302
4527
|
}
|
|
4303
4528
|
|
|
4304
4529
|
/* Modal-specific styles */
|
|
4305
|
-
.profile-container-modal[data-v-
|
|
4530
|
+
.profile-container-modal[data-v-dcc0db9b] {
|
|
4306
4531
|
/* Remove any container-specific styles when in modal */
|
|
4307
4532
|
}
|
|
4308
|
-
.profile-content-modal[data-v-
|
|
4533
|
+
.profile-content-modal[data-v-dcc0db9b] {
|
|
4309
4534
|
/* Remove card styling when in modal */
|
|
4310
4535
|
background: transparent;
|
|
4311
4536
|
border: none;
|
|
@@ -4315,39 +4540,39 @@ to {
|
|
|
4315
4540
|
}
|
|
4316
4541
|
|
|
4317
4542
|
/* Header */
|
|
4318
|
-
.profile-header[data-v-
|
|
4543
|
+
.profile-header[data-v-dcc0db9b] {
|
|
4319
4544
|
text-align: center;
|
|
4320
4545
|
display: flex;
|
|
4321
4546
|
flex-direction: column;
|
|
4322
4547
|
gap: 0.5rem;
|
|
4323
4548
|
}
|
|
4324
|
-
.profile-title[data-v-
|
|
4549
|
+
.profile-title[data-v-dcc0db9b] {
|
|
4325
4550
|
font-size: 1.5rem;
|
|
4326
4551
|
font-weight: 700;
|
|
4327
4552
|
color: #EA00A8;
|
|
4328
4553
|
}
|
|
4329
|
-
.profile-subtitle[data-v-
|
|
4554
|
+
.profile-subtitle[data-v-dcc0db9b] {
|
|
4330
4555
|
color: #4b5563;
|
|
4331
4556
|
font-size: 0.875rem;
|
|
4332
4557
|
}
|
|
4333
4558
|
|
|
4334
4559
|
/* Profile Image Section */
|
|
4335
|
-
.profile-image-section[data-v-
|
|
4560
|
+
.profile-image-section[data-v-dcc0db9b] {
|
|
4336
4561
|
display: flex;
|
|
4337
4562
|
flex-direction: column;
|
|
4338
4563
|
align-items: center;
|
|
4339
4564
|
}
|
|
4340
|
-
.profile-image-container[data-v-
|
|
4565
|
+
.profile-image-container[data-v-dcc0db9b] {
|
|
4341
4566
|
position: relative;
|
|
4342
4567
|
}
|
|
4343
|
-
.profile-image-wrapper[data-v-
|
|
4568
|
+
.profile-image-wrapper[data-v-dcc0db9b] {
|
|
4344
4569
|
position: relative;
|
|
4345
4570
|
display: inline-block;
|
|
4346
4571
|
}
|
|
4347
|
-
.profile-image-wrapper:hover .profile-upload-overlay[data-v-
|
|
4572
|
+
.profile-image-wrapper:hover .profile-upload-overlay[data-v-dcc0db9b] {
|
|
4348
4573
|
opacity: 1;
|
|
4349
4574
|
}
|
|
4350
|
-
.profile-progress-ring[data-v-
|
|
4575
|
+
.profile-progress-ring[data-v-dcc0db9b] {
|
|
4351
4576
|
position: absolute;
|
|
4352
4577
|
z-index: 10;
|
|
4353
4578
|
top: 50%;
|
|
@@ -4355,22 +4580,22 @@ to {
|
|
|
4355
4580
|
transform: translate(-50%, -50%);
|
|
4356
4581
|
pointer-events: none;
|
|
4357
4582
|
}
|
|
4358
|
-
.profile-avatar[data-v-
|
|
4583
|
+
.profile-avatar[data-v-dcc0db9b] {
|
|
4359
4584
|
width: 6rem;
|
|
4360
4585
|
height: 6rem;
|
|
4361
4586
|
border-radius: 50%;
|
|
4362
4587
|
position: relative;
|
|
4363
4588
|
}
|
|
4364
|
-
.profile-avatar-with-image[data-v-
|
|
4589
|
+
.profile-avatar-with-image[data-v-dcc0db9b] {
|
|
4365
4590
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
|
|
4366
4591
|
overflow: hidden;
|
|
4367
4592
|
}
|
|
4368
|
-
.profile-avatar-image[data-v-
|
|
4593
|
+
.profile-avatar-image[data-v-dcc0db9b] {
|
|
4369
4594
|
width: 100%;
|
|
4370
4595
|
height: 100%;
|
|
4371
4596
|
object-fit: cover;
|
|
4372
4597
|
}
|
|
4373
|
-
.profile-avatar-initials[data-v-
|
|
4598
|
+
.profile-avatar-initials[data-v-dcc0db9b] {
|
|
4374
4599
|
background-color: #EA00A8;
|
|
4375
4600
|
display: flex;
|
|
4376
4601
|
align-items: center;
|
|
@@ -4381,7 +4606,7 @@ to {
|
|
|
4381
4606
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
|
|
4382
4607
|
z-index: 10;
|
|
4383
4608
|
}
|
|
4384
|
-
.profile-upload-overlay[data-v-
|
|
4609
|
+
.profile-upload-overlay[data-v-dcc0db9b] {
|
|
4385
4610
|
position: absolute;
|
|
4386
4611
|
inset: 0;
|
|
4387
4612
|
border-radius: 50%;
|
|
@@ -4395,64 +4620,64 @@ to {
|
|
|
4395
4620
|
border: none;
|
|
4396
4621
|
cursor: pointer;
|
|
4397
4622
|
}
|
|
4398
|
-
.profile-upload-overlay[data-v-
|
|
4623
|
+
.profile-upload-overlay[data-v-dcc0db9b]:disabled {
|
|
4399
4624
|
cursor: not-allowed;
|
|
4400
4625
|
}
|
|
4401
|
-
.profile-upload-icon[data-v-
|
|
4626
|
+
.profile-upload-icon[data-v-dcc0db9b] {
|
|
4402
4627
|
width: 1.5rem;
|
|
4403
4628
|
height: 1.5rem;
|
|
4404
4629
|
color: white;
|
|
4405
4630
|
}
|
|
4406
|
-
.profile-file-input[data-v-
|
|
4631
|
+
.profile-file-input[data-v-dcc0db9b] {
|
|
4407
4632
|
display: none;
|
|
4408
4633
|
}
|
|
4409
4634
|
|
|
4410
4635
|
/* Profile Form */
|
|
4411
|
-
.profile-form[data-v-
|
|
4636
|
+
.profile-form[data-v-dcc0db9b] {
|
|
4412
4637
|
display: flex;
|
|
4413
4638
|
flex-direction: column;
|
|
4414
4639
|
gap: 1rem;
|
|
4415
4640
|
}
|
|
4416
|
-
.profile-form-grid[data-v-
|
|
4641
|
+
.profile-form-grid[data-v-dcc0db9b] {
|
|
4417
4642
|
display: grid;
|
|
4418
4643
|
grid-template-columns: 1fr;
|
|
4419
4644
|
gap: 1rem;
|
|
4420
4645
|
}
|
|
4421
4646
|
@media (min-width: 768px) {
|
|
4422
|
-
.profile-form[data-v-
|
|
4647
|
+
.profile-form[data-v-dcc0db9b] {
|
|
4423
4648
|
gap: 1.5rem;
|
|
4424
4649
|
}
|
|
4425
|
-
.profile-form-grid[data-v-
|
|
4650
|
+
.profile-form-grid[data-v-dcc0db9b] {
|
|
4426
4651
|
grid-template-columns: 1fr 1fr;
|
|
4427
4652
|
gap: 1.5rem;
|
|
4428
4653
|
}
|
|
4429
|
-
.profile-title[data-v-
|
|
4654
|
+
.profile-title[data-v-dcc0db9b] {
|
|
4430
4655
|
font-size: 1.875rem;
|
|
4431
4656
|
}
|
|
4432
|
-
.profile-subtitle[data-v-
|
|
4657
|
+
.profile-subtitle[data-v-dcc0db9b] {
|
|
4433
4658
|
font-size: 1rem;
|
|
4434
4659
|
}
|
|
4435
4660
|
}
|
|
4436
4661
|
|
|
4437
4662
|
/* Section Styles */
|
|
4438
|
-
.profile-section[data-v-
|
|
4663
|
+
.profile-section[data-v-dcc0db9b] {
|
|
4439
4664
|
display: flex;
|
|
4440
4665
|
flex-direction: column;
|
|
4441
4666
|
gap: 0.75rem;
|
|
4442
4667
|
}
|
|
4443
4668
|
@media (min-width: 768px) {
|
|
4444
|
-
.profile-section[data-v-
|
|
4669
|
+
.profile-section[data-v-dcc0db9b] {
|
|
4445
4670
|
gap: 1rem;
|
|
4446
4671
|
}
|
|
4447
4672
|
}
|
|
4448
|
-
.profile-section-title[data-v-
|
|
4673
|
+
.profile-section-title[data-v-dcc0db9b] {
|
|
4449
4674
|
font-size: 1.125rem;
|
|
4450
4675
|
font-weight: 600;
|
|
4451
4676
|
color: #111827;
|
|
4452
4677
|
}
|
|
4453
4678
|
|
|
4454
4679
|
/* Setting Cards */
|
|
4455
|
-
.profile-setting-card[data-v-
|
|
4680
|
+
.profile-setting-card[data-v-dcc0db9b] {
|
|
4456
4681
|
display: flex;
|
|
4457
4682
|
flex-direction: column;
|
|
4458
4683
|
gap: 1rem;
|
|
@@ -4460,49 +4685,49 @@ to {
|
|
|
4460
4685
|
background-color: #f9fafb;
|
|
4461
4686
|
border-radius: 0.75rem;
|
|
4462
4687
|
}
|
|
4463
|
-
.profile-setting-header[data-v-
|
|
4688
|
+
.profile-setting-header[data-v-dcc0db9b] {
|
|
4464
4689
|
display: flex;
|
|
4465
4690
|
align-items: center;
|
|
4466
4691
|
justify-content: space-between;
|
|
4467
4692
|
gap: 0.5rem;
|
|
4468
4693
|
}
|
|
4469
|
-
.profile-setting-title[data-v-
|
|
4694
|
+
.profile-setting-title[data-v-dcc0db9b] {
|
|
4470
4695
|
font-weight: 500;
|
|
4471
4696
|
color: #111827;
|
|
4472
4697
|
}
|
|
4473
|
-
.profile-setting-subtitle[data-v-
|
|
4698
|
+
.profile-setting-subtitle[data-v-dcc0db9b] {
|
|
4474
4699
|
font-size: 0.875rem;
|
|
4475
4700
|
color: #4b5563;
|
|
4476
4701
|
}
|
|
4477
4702
|
|
|
4478
4703
|
/* Transitions */
|
|
4479
|
-
.expand-enter-active[data-v-
|
|
4704
|
+
.expand-enter-active[data-v-dcc0db9b] {
|
|
4480
4705
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
4481
4706
|
overflow: hidden;
|
|
4482
4707
|
}
|
|
4483
|
-
.expand-leave-active[data-v-
|
|
4708
|
+
.expand-leave-active[data-v-dcc0db9b] {
|
|
4484
4709
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
4485
4710
|
overflow: hidden;
|
|
4486
4711
|
}
|
|
4487
|
-
.expand-enter-from[data-v-
|
|
4712
|
+
.expand-enter-from[data-v-dcc0db9b] {
|
|
4488
4713
|
max-height: 0;
|
|
4489
4714
|
opacity: 0;
|
|
4490
4715
|
transform: translateY(-10px);
|
|
4491
4716
|
}
|
|
4492
|
-
.expand-leave-to[data-v-
|
|
4717
|
+
.expand-leave-to[data-v-dcc0db9b] {
|
|
4493
4718
|
max-height: 0;
|
|
4494
4719
|
opacity: 0;
|
|
4495
4720
|
transform: translateY(-10px);
|
|
4496
4721
|
}
|
|
4497
|
-
.expand-enter-to[data-v-
|
|
4498
|
-
.expand-leave-from[data-v-
|
|
4722
|
+
.expand-enter-to[data-v-dcc0db9b],
|
|
4723
|
+
.expand-leave-from[data-v-dcc0db9b] {
|
|
4499
4724
|
max-height: 300px;
|
|
4500
4725
|
opacity: 1;
|
|
4501
4726
|
transform: translateY(0);
|
|
4502
4727
|
}
|
|
4503
4728
|
|
|
4504
4729
|
/* MFA Device Chip */
|
|
4505
|
-
.mfa-device-chip[data-v-
|
|
4730
|
+
.mfa-device-chip[data-v-dcc0db9b] {
|
|
4506
4731
|
display: inline-flex;
|
|
4507
4732
|
align-items: center;
|
|
4508
4733
|
gap: 0.375rem;
|
|
@@ -4514,15 +4739,32 @@ to {
|
|
|
4514
4739
|
transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
|
|
4515
4740
|
}
|
|
4516
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
|
+
|
|
4517
4759
|
|
|
4518
4760
|
/* New semantic classes for Tailwind conversion */
|
|
4519
|
-
.profile-change-form[data-v-
|
|
4761
|
+
.profile-change-form[data-v-dcc0db9b] {
|
|
4520
4762
|
display: flex;
|
|
4521
4763
|
flex-direction: column;
|
|
4522
4764
|
gap: 0.75rem;
|
|
4523
4765
|
overflow: hidden;
|
|
4524
4766
|
}
|
|
4525
|
-
.profile-field-section[data-v-
|
|
4767
|
+
.profile-field-section[data-v-dcc0db9b] {
|
|
4526
4768
|
display: flex;
|
|
4527
4769
|
flex-direction: column;
|
|
4528
4770
|
gap: 1rem;
|
|
@@ -4530,76 +4772,76 @@ to {
|
|
|
4530
4772
|
background-color: #f9fafb;
|
|
4531
4773
|
border-radius: 0.75rem;
|
|
4532
4774
|
}
|
|
4533
|
-
.profile-field-header[data-v-
|
|
4775
|
+
.profile-field-header[data-v-dcc0db9b] {
|
|
4534
4776
|
display: flex;
|
|
4535
4777
|
align-items: center;
|
|
4536
4778
|
justify-content: space-between;
|
|
4537
4779
|
gap: 0.5rem;
|
|
4538
4780
|
}
|
|
4539
|
-
.profile-field-header-vertical[data-v-
|
|
4781
|
+
.profile-field-header-vertical[data-v-dcc0db9b] {
|
|
4540
4782
|
align-items: flex-start;
|
|
4541
4783
|
gap: 1rem;
|
|
4542
4784
|
}
|
|
4543
|
-
.profile-password-section[data-v-
|
|
4785
|
+
.profile-password-section[data-v-dcc0db9b] {
|
|
4544
4786
|
display: flex;
|
|
4545
4787
|
flex-direction: column;
|
|
4546
4788
|
gap: 0.75rem;
|
|
4547
4789
|
}
|
|
4548
4790
|
@media (min-width: 768px) {
|
|
4549
|
-
.profile-password-section[data-v-
|
|
4791
|
+
.profile-password-section[data-v-dcc0db9b] {
|
|
4550
4792
|
gap: 1rem;
|
|
4551
4793
|
}
|
|
4552
4794
|
}
|
|
4553
|
-
.profile-mfa-content[data-v-
|
|
4795
|
+
.profile-mfa-content[data-v-dcc0db9b] {
|
|
4554
4796
|
flex: 1;
|
|
4555
4797
|
display: flex;
|
|
4556
4798
|
flex-direction: column;
|
|
4557
4799
|
gap: 0.75rem;
|
|
4558
4800
|
}
|
|
4559
|
-
.profile-mfa-chips[data-v-
|
|
4801
|
+
.profile-mfa-chips[data-v-dcc0db9b] {
|
|
4560
4802
|
display: flex;
|
|
4561
4803
|
flex-wrap: wrap;
|
|
4562
4804
|
gap: 0.5rem;
|
|
4563
4805
|
}
|
|
4564
|
-
.profile-actions-section[data-v-
|
|
4806
|
+
.profile-actions-section[data-v-dcc0db9b] {
|
|
4565
4807
|
display: flex;
|
|
4566
4808
|
flex-direction: column;
|
|
4567
4809
|
gap: 0.75rem;
|
|
4568
4810
|
padding-top: 1.5rem;
|
|
4569
4811
|
border-top: 1px solid #e5e7eb;
|
|
4570
|
-
animation: slideUp-
|
|
4812
|
+
animation: slideUp-dcc0db9b 0.3s ease-out;
|
|
4571
4813
|
}
|
|
4572
4814
|
@media (min-width: 640px) {
|
|
4573
|
-
.profile-actions-section[data-v-
|
|
4815
|
+
.profile-actions-section[data-v-dcc0db9b] {
|
|
4574
4816
|
flex-direction: row;
|
|
4575
4817
|
}
|
|
4576
4818
|
}
|
|
4577
|
-
.profile-help-item[data-v-
|
|
4819
|
+
.profile-help-item[data-v-dcc0db9b] {
|
|
4578
4820
|
display: flex;
|
|
4579
4821
|
align-items: flex-start;
|
|
4580
4822
|
gap: 0.75rem;
|
|
4581
4823
|
}
|
|
4582
|
-
.profile-help-icon[data-v-
|
|
4824
|
+
.profile-help-icon[data-v-dcc0db9b] {
|
|
4583
4825
|
width: 1rem;
|
|
4584
4826
|
height: 1rem;
|
|
4585
4827
|
flex-shrink: 0;
|
|
4586
4828
|
}
|
|
4587
|
-
.profile-footer-actions[data-v-
|
|
4829
|
+
.profile-footer-actions[data-v-dcc0db9b] {
|
|
4588
4830
|
display: flex;
|
|
4589
4831
|
gap: 1rem;
|
|
4590
4832
|
align-items: stretch;
|
|
4591
4833
|
}
|
|
4592
|
-
.profile-action-icon[data-v-
|
|
4834
|
+
.profile-action-icon[data-v-dcc0db9b] {
|
|
4593
4835
|
width: 1rem;
|
|
4594
4836
|
height: 1rem;
|
|
4595
4837
|
}
|
|
4596
|
-
.profile-footer-text[data-v-
|
|
4838
|
+
.profile-footer-text[data-v-dcc0db9b] {
|
|
4597
4839
|
color: #9ca3af;
|
|
4598
4840
|
font-size: 0.875rem;
|
|
4599
4841
|
}
|
|
4600
4842
|
|
|
4601
4843
|
/* Avatar Editor Modal */
|
|
4602
|
-
.profile-avatar-modal-overlay[data-v-
|
|
4844
|
+
.profile-avatar-modal-overlay[data-v-dcc0db9b] {
|
|
4603
4845
|
position: fixed;
|
|
4604
4846
|
inset: 0;
|
|
4605
4847
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -4609,7 +4851,7 @@ to {
|
|
|
4609
4851
|
z-index: 50;
|
|
4610
4852
|
padding: 1rem;
|
|
4611
4853
|
}
|
|
4612
|
-
.profile-avatar-modal[data-v-
|
|
4854
|
+
.profile-avatar-modal[data-v-dcc0db9b] {
|
|
4613
4855
|
background-color: #ffffff;
|
|
4614
4856
|
border-radius: 0.75rem;
|
|
4615
4857
|
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
|
|
@@ -4618,18 +4860,18 @@ to {
|
|
|
4618
4860
|
max-height: 90vh;
|
|
4619
4861
|
overflow-y: auto;
|
|
4620
4862
|
}
|
|
4621
|
-
.profile-avatar-modal-content[data-v-
|
|
4863
|
+
.profile-avatar-modal-content[data-v-dcc0db9b] {
|
|
4622
4864
|
padding: 1.5rem;
|
|
4623
4865
|
display: flex;
|
|
4624
4866
|
flex-direction: column;
|
|
4625
4867
|
gap: 1.5rem;
|
|
4626
4868
|
}
|
|
4627
|
-
.profile-avatar-modal-header[data-v-
|
|
4869
|
+
.profile-avatar-modal-header[data-v-dcc0db9b] {
|
|
4628
4870
|
display: flex;
|
|
4629
4871
|
align-items: center;
|
|
4630
4872
|
justify-content: space-between;
|
|
4631
4873
|
}
|
|
4632
|
-
.profile-avatar-modal-close[data-v-
|
|
4874
|
+
.profile-avatar-modal-close[data-v-dcc0db9b] {
|
|
4633
4875
|
color: #9ca3af;
|
|
4634
4876
|
transition: color 0.2s ease;
|
|
4635
4877
|
background: none;
|
|
@@ -4638,54 +4880,188 @@ to {
|
|
|
4638
4880
|
padding: 0.25rem;
|
|
4639
4881
|
border-radius: 0.25rem;
|
|
4640
4882
|
}
|
|
4641
|
-
.profile-avatar-modal-close[data-v-
|
|
4883
|
+
.profile-avatar-modal-close[data-v-dcc0db9b]:hover {
|
|
4642
4884
|
color: #4b5563;
|
|
4643
4885
|
}
|
|
4644
|
-
.profile-avatar-modal-close-icon[data-v-
|
|
4886
|
+
.profile-avatar-modal-close-icon[data-v-dcc0db9b] {
|
|
4645
4887
|
width: 1.5rem;
|
|
4646
4888
|
height: 1.5rem;
|
|
4647
4889
|
}
|
|
4648
4890
|
|
|
4649
4891
|
/* Profile field styles */
|
|
4650
|
-
.profile-field-title[data-v-
|
|
4892
|
+
.profile-field-title[data-v-dcc0db9b] {
|
|
4651
4893
|
font-weight: 500;
|
|
4652
4894
|
color: #111827;
|
|
4653
4895
|
}
|
|
4654
|
-
.profile-field-subtitle[data-v-
|
|
4896
|
+
.profile-field-subtitle[data-v-dcc0db9b] {
|
|
4655
4897
|
font-size: 0.875rem;
|
|
4656
4898
|
color: #6b7280;
|
|
4657
4899
|
}
|
|
4658
|
-
.profile-availability-message[data-v-
|
|
4900
|
+
.profile-availability-message[data-v-dcc0db9b] {
|
|
4659
4901
|
font-size: 0.75rem;
|
|
4660
4902
|
}
|
|
4661
|
-
.profile-availability-message.success[data-v-
|
|
4903
|
+
.profile-availability-message.success[data-v-dcc0db9b] {
|
|
4662
4904
|
color: #16a34a;
|
|
4663
4905
|
}
|
|
4664
|
-
.profile-availability-message.error[data-v-
|
|
4906
|
+
.profile-availability-message.error[data-v-dcc0db9b] {
|
|
4665
4907
|
color: #dc2626;
|
|
4666
4908
|
}
|
|
4667
|
-
.profile-toggle-container[data-v-
|
|
4909
|
+
.profile-toggle-container[data-v-dcc0db9b] {
|
|
4668
4910
|
flex-shrink: 0;
|
|
4669
4911
|
}
|
|
4670
|
-
.profile-alert-message[data-v-
|
|
4912
|
+
.profile-alert-message[data-v-dcc0db9b] {
|
|
4671
4913
|
font-weight: 500;
|
|
4672
4914
|
}
|
|
4673
|
-
.profile-modal-title[data-v-
|
|
4915
|
+
.profile-modal-title[data-v-dcc0db9b] {
|
|
4674
4916
|
font-size: 1.25rem;
|
|
4675
4917
|
font-weight: 700;
|
|
4676
4918
|
color: #111827;
|
|
4677
4919
|
}
|
|
4678
4920
|
|
|
4679
4921
|
/* Sign out button styles */
|
|
4680
|
-
.profile-sign-out-button[data-v-
|
|
4922
|
+
.profile-sign-out-button[data-v-dcc0db9b] {
|
|
4681
4923
|
width: 100%;
|
|
4682
4924
|
}
|
|
4683
4925
|
@media (min-width: 640px) {
|
|
4684
|
-
.profile-sign-out-button[data-v-
|
|
4926
|
+
.profile-sign-out-button[data-v-dcc0db9b] {
|
|
4685
4927
|
width: auto;
|
|
4686
4928
|
}
|
|
4687
4929
|
}
|
|
4688
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
|
+
|
|
4689
5065
|
/* Override accui- prefixed Tailwind classes with CSS properties */
|
|
4690
5066
|
.accui-w-full[data-v-0943ff6b] {
|
|
4691
5067
|
width: 100%;
|