mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 04:28:25 +02:00
🎉 Add orientation buttons for frames options.
This commit is contained in:
parent
97141bfb7a
commit
5f938f4f38
5 changed files with 37 additions and 5 deletions
|
@ -273,7 +273,7 @@
|
|||
|
||||
.custom-select-dropdown {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 12;
|
||||
width: 200px;
|
||||
max-height: 30rem;
|
||||
|
@ -431,3 +431,20 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
.orientation-icon {
|
||||
margin-left: $small;
|
||||
|
||||
svg {
|
||||
stroke: $color-gray-40;
|
||||
stroke-width: 30px;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
svg {
|
||||
stroke: $color-gray-10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue