mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 19:08:31 +02:00
🎉 Allow a different radius for each rect corner
This commit is contained in:
parent
d56b758490
commit
c38117d116
15 changed files with 287 additions and 33 deletions
|
@ -595,6 +595,35 @@
|
|||
|
||||
}
|
||||
|
||||
.radius-options {
|
||||
align-items: center;
|
||||
border: 1px solid $color-gray-60;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 8px;
|
||||
width: 64px;
|
||||
|
||||
.radius-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
svg {
|
||||
cursor: pointer;
|
||||
height: 16px;
|
||||
fill: $color-gray-30;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&.selected {
|
||||
svg {
|
||||
fill: $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.orientation-icon {
|
||||
margin-left: $small;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue