mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 10:31:40 +02:00
fix input-select dashboard
This commit is contained in:
parent
d1210304af
commit
7035ec719a
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,10 @@
|
||||||
.input-select {
|
.input-select {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: $color-gray;
|
border-color: $color-gray;
|
||||||
|
font-size: $fs14;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: $medium;
|
margin-left: $medium;
|
||||||
padding: 3px 15px 3px 3px;
|
padding: 3px 25px 3px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -78,7 +79,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
&.library-gap {
|
&.library-gap {
|
||||||
padding: $small $medium $small 270px;
|
padding: $small $medium $small 270px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue