🎉 Allow a different radius for each rect corner

This commit is contained in:
Andrés Moya 2021-02-18 16:54:45 +01:00 committed by Andrey Antukh
parent d56b758490
commit c38117d116
15 changed files with 287 additions and 33 deletions

View file

@ -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;