mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 14:08:22 +02:00
💄 Cleaned styles for new UI
This commit is contained in:
parent
e3b096110f
commit
c1882af124
48 changed files with 3271 additions and 11377 deletions
|
@ -678,7 +678,7 @@
|
|||
[:span {:class (stl/css :rol-label)} label]])
|
||||
|
||||
[:& dropdown {:show @show? :on-close on-hide}
|
||||
[:ul.dropdown.options-dropdown
|
||||
[:ul {:class (stl/css :dropdown :options-dropdown)}
|
||||
[:li {:data-role "admin" :on-click on-change'} (tr "labels.admin")]
|
||||
[:li {:data-role "editor" :on-click on-change'} (tr "labels.editor")]]]]
|
||||
|
||||
|
@ -1148,12 +1148,6 @@
|
|||
(mf/defc webhooks-hero
|
||||
{::mf/wrap-props false}
|
||||
[]
|
||||
#_[:div.banner
|
||||
[:div.title (tr "labels.webhooks")
|
||||
[:div.description (tr "dashboard.webhooks.description")]]
|
||||
[:div.create-container
|
||||
[:div.create (tr "dashboard.webhooks.create")]]]
|
||||
|
||||
(let [new-css-system (mf/use-ctx ctx/new-css-system)]
|
||||
(if new-css-system
|
||||
[:div {:class (stl/css :webhooks-hero-container)}
|
||||
|
@ -1478,4 +1472,3 @@
|
|||
[:span.icon i/file-html]
|
||||
[:span.text (tr "labels.num-of-files" (i18n/c (:files stats)))]]]]]]])))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue