mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 22:26:12 +02:00
💄 Cleaned styles for new UI
This commit is contained in:
parent
e3b096110f
commit
c1882af124
48 changed files with 3271 additions and 11377 deletions
|
@ -23,12 +23,18 @@
|
|||
padding: 0;
|
||||
cursor: pointer;
|
||||
color: var(--modal-title-foreground-color);
|
||||
text-transform: none;
|
||||
text-transform: uppercase;
|
||||
input {
|
||||
@extend .input-element;
|
||||
color: var(--input-foreground-color-active);
|
||||
width: calc(100% - $s-1);
|
||||
margin-top: 0;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
border: $s-1 solid var(--input-border-color-focus);
|
||||
border-radius: $br-8;
|
||||
}
|
||||
}
|
||||
// Input autofill
|
||||
input:-webkit-autofill,
|
||||
|
@ -39,11 +45,6 @@
|
|||
-webkit-box-shadow: 0 0 0 28px var(--input-background-color) inset !important;
|
||||
border: $s-1 solid var(--input-background-color);
|
||||
}
|
||||
&:focus {
|
||||
outline: none;
|
||||
border: $s-1 solid var(--input-border-color-focus);
|
||||
border-radius: $br-8;
|
||||
}
|
||||
}
|
||||
&:global(.invalid) {
|
||||
input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue