Add new asset advanced optios css

This commit is contained in:
elhombretecla 2021-06-07 07:55:21 +02:00 committed by alonso.torres
parent d4b02e36a7
commit 6404907699
3 changed files with 24 additions and 4 deletions

View file

@ -424,7 +424,8 @@
[:div.element-set-content
[:> font-options opts]
[:div.row-flex
[:> spacing-options opts]
[:> spacing-options opts]]
[:div.row-flex
[:> text-transform-options opts]]]))
@ -501,6 +502,10 @@
[:span.label (tr "workspace.assets.typography.font-id")]
[:span (:font-id typography)]]
[:div.element-set-actions-button
{:on-click #(reset! open? true)}
i/actions]
[:div.row-flex
[:span.label (tr "workspace.assets.typography.font-variant-id")]
[:span (:font-variant-id typography)]]
@ -532,6 +537,11 @@
{:type "text"
:ref name-input-ref
:default-value (cp/merge-path-item (:path typography) (:name typography))
:on-blur on-name-blur}]]]
:on-blur on-name-blur}]
[:div.element-set-actions-button
{:on-click #(reset! open? false)}
i/actions]]]
[:& typography-options {:values typography
:on-change on-change}]])]]))