mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 22:26:12 +02:00
💄 Small visual fixes
This commit is contained in:
parent
76a2f9bc8c
commit
e9a42bbc69
12 changed files with 101 additions and 29 deletions
|
@ -31,6 +31,7 @@
|
|||
margin-top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0 $s-16;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
@ -82,7 +83,7 @@
|
|||
position: relative;
|
||||
width: var(--input-width, calc(100% - $s-1));
|
||||
min-width: var(--input-min-width);
|
||||
height: var(--input-height, $s-32);
|
||||
height: var(--input-height, $s-40);
|
||||
}
|
||||
|
||||
.help-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue