mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:18:34 +02:00
🎉 Overlay positions buttons
This commit is contained in:
parent
0516cfa296
commit
f208731746
17 changed files with 328 additions and 48 deletions
|
@ -945,11 +945,15 @@
|
|||
width: 12px;
|
||||
height: 12px;
|
||||
fill: $color-gray-20;
|
||||
stroke: $color-gray-20;
|
||||
}
|
||||
|
||||
&:hover svg {
|
||||
&:hover svg,
|
||||
&.active svg {
|
||||
fill: $color-primary;
|
||||
stroke: $color-primary;
|
||||
}
|
||||
|
||||
&.actions-inside {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
|
|
@ -47,3 +47,13 @@
|
|||
width: 64px;
|
||||
}
|
||||
}
|
||||
|
||||
.interactions-pos-buttons {
|
||||
margin-top: $small;
|
||||
justify-content: space-around;
|
||||
|
||||
svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue