mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Fix dropdowns size
This commit is contained in:
parent
a2ecc1bdb6
commit
444491f577
2 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 125px;
|
width: 168px;
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: $color-gray-60;
|
color: $color-gray-60;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: $fs12;
|
font-size: $fs14;
|
||||||
height: 31px;
|
height: 31px;
|
||||||
padding: 5px 16px;
|
padding: 5px 16px;
|
||||||
|
|
||||||
|
|
|
@ -100,8 +100,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
color: $color-gray-60;
|
|
||||||
background: $color-white;
|
background: $color-white;
|
||||||
|
color: $color-gray-60;
|
||||||
font-size: $fs12;
|
font-size: $fs12;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue