mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
Merge branch 'feature-grid' into develop
This commit is contained in:
commit
01a887c68c
2 changed files with 28 additions and 21 deletions
|
@ -11,6 +11,7 @@
|
|||
[app.main.ui.auth.recovery :refer [recovery-page]]
|
||||
[app.main.ui.auth.recovery-request :refer [recovery-request-page]]
|
||||
[app.main.ui.auth.register :refer [register-page register-success-page register-validate-page]]
|
||||
[app.main.ui.context :as ctx]
|
||||
[app.main.ui.icons :as i]
|
||||
[app.util.dom :as dom]
|
||||
[app.util.i18n :as i18n :refer [tr]]
|
||||
|
@ -41,6 +42,8 @@
|
|||
(mf/use-effect
|
||||
#(dom/set-html-title (tr "title.default")))
|
||||
|
||||
;; FIXME: Temporary disabled new css system until we redesign the login with the new styles
|
||||
[:& (mf/provider ctx/new-css-system) {:value false}
|
||||
[:main.auth
|
||||
[:section.auth-sidebar
|
||||
[:a.logo {:href "#/"}
|
||||
|
@ -68,5 +71,5 @@
|
|||
:auth-recovery
|
||||
[:& recovery-page {:params params}])
|
||||
|
||||
[:& terms-login {}]]]))
|
||||
[:& terms-login {}]]]]))
|
||||
|
||||
|
|
|
@ -33,4 +33,8 @@
|
|||
content: "";
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.select-wrapper {
|
||||
overflow: initial;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue