Update onboarding modals

This commit is contained in:
Eva Marco 2024-05-30 10:06:25 +02:00 committed by Andrey Antukh
parent 55ce9bef49
commit fda6deaa4f
85 changed files with 938 additions and 1482 deletions

View file

@ -291,9 +291,7 @@
// INPUTS
.input-base {
@include removeInputStyle;
@include bodySmallTypography;
@include textEllipsis;
// @include focusInput;
height: $s-28;
width: 100%;
flex-grow: 1;
@ -326,7 +324,6 @@
}
.input-element {
@include bodySmallTypography;
@include focusInput;
display: flex;
align-items: center;

View file

@ -372,6 +372,7 @@
--pill-foreground-color: var(--color-foreground-primary);
--link-foreground-color: var(--color-accent-primary);
--register-confirmation-color: var(--status-color-success-200);
--resize-area-background-color: var(--color-background-primary);
--resize-area-border-color: var(--color-background-quaternary);