mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 09:26:12 +02:00
✨ Clean up base scss
This commit is contained in:
parent
b192887d19
commit
9a2ee806e4
5 changed files with 25 additions and 168 deletions
|
@ -480,7 +480,7 @@
|
|||
[:div {:class (stl/css :radius-1)
|
||||
:title (tr "workspace.options.radius")}
|
||||
[:span {:class (stl/css :icon)} i/corner-radius]
|
||||
[:input.input-text
|
||||
[:input
|
||||
{:type "number"
|
||||
:placeholder "Mixed"
|
||||
:min 0
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
[:span {:class (stl/css :attr-name)} label]
|
||||
[:div {:class (stl/css :attr-input)}
|
||||
[:input {:value value
|
||||
:class "input-text"
|
||||
:on-change handle-change}]]
|
||||
[:div {:class (stl/css :attr-actions)}
|
||||
[:button {:class (stl/css :attr-action-btn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue