mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 20:32:59 +02:00
✨ Some visual fixes
This commit is contained in:
parent
8d634a79c8
commit
0b8b766b62
3 changed files with 22 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
.zoom-widget {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
span {
|
||||
color: $color-gray-10;
|
||||
|
@ -16,8 +17,10 @@
|
|||
|
||||
.dropdown {
|
||||
position: absolute;
|
||||
z-index: 12;
|
||||
right: 0;
|
||||
top: 25px;
|
||||
width: 210px;
|
||||
z-index: 12;
|
||||
|
||||
background-color: $color-white;
|
||||
border-radius: $br-small;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue