mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 11:38:21 +02:00
✨ Update onboarding modals
This commit is contained in:
parent
55ce9bef49
commit
fda6deaa4f
85 changed files with 938 additions and 1482 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue