mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix path side panel options
This commit is contained in:
parent
aae1571a5c
commit
b58edea544
1 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.stroke-options {
|
.stroke-options {
|
||||||
@include flexRow;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
|
align-items: center;
|
||||||
|
gap: $s-4;
|
||||||
grid-template-columns: 1fr 2fr 2fr;
|
grid-template-columns: 1fr 2fr 2fr;
|
||||||
|
|
||||||
.stroke-width-input-element {
|
.stroke-width-input-element {
|
||||||
|
@ -28,7 +29,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.stroke-caps-options {
|
.stroke-caps-options {
|
||||||
@include flexRow;
|
display: grid;
|
||||||
|
align-items: center;
|
||||||
|
gap: $s-4;
|
||||||
|
grid-template-columns: 1fr auto 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cap-select {
|
.cap-select {
|
||||||
|
|
Loading…
Add table
Reference in a new issue