fix
This commit is contained in:
parent
34cc0fc7f6
commit
09bf9bb6b4
|
@ -247,8 +247,8 @@ definePageMetadata(() => ({
|
||||||
|
|
||||||
.onboardingContainer {
|
.onboardingContainer {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--MI-radius);
|
||||||
background-color: var(--acrylicPanel);
|
background-color: var(--MI_THEME-acrylicPanel);
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
|
@ -268,8 +268,8 @@ definePageMetadata(() => ({
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 0 var(--margin);
|
padding: 0 var(--MI-margin);
|
||||||
background: var(--panelHighlight);
|
background: var(--MI_THEME-panelHighlight);
|
||||||
display: flex;
|
display: flex;
|
||||||
transition: transform 0.5s ease;
|
transition: transform 0.5s ease;
|
||||||
transform: translateY(-100%);
|
transform: translateY(-100%);
|
||||||
|
@ -342,7 +342,7 @@ definePageMetadata(() => ({
|
||||||
width: 5em;
|
width: 5em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: calc(var(--radius) / 2);
|
border-radius: calc(var(--MI-radius) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcomePageConfetti,
|
.welcomePageConfetti,
|
||||||
|
|
Loading…
Reference in New Issue