mirror of
https://github.com/penpot/penpot.git
synced 2026-03-05 17:51:17 +00:00
✨ Fix dropdowns size
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
z-index: 12;
|
||||
top: 30px;
|
||||
left: 0px;
|
||||
width: 125px;
|
||||
width: 168px;
|
||||
|
||||
hr {
|
||||
margin: 0;
|
||||
@@ -83,7 +83,7 @@
|
||||
align-items: center;
|
||||
color: $color-gray-60;
|
||||
cursor: pointer;
|
||||
font-size: $fs12;
|
||||
font-size: $fs14;
|
||||
height: 31px;
|
||||
padding: 5px 16px;
|
||||
|
||||
|
||||
@@ -100,8 +100,8 @@
|
||||
}
|
||||
|
||||
option {
|
||||
color: $color-gray-60;
|
||||
background: $color-white;
|
||||
color: $color-gray-60;
|
||||
font-size: $fs12;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user