mirror of
https://github.com/penpot/penpot.git
synced 2026-01-22 13:20:23 -05:00
Compare commits
1 Commits
develop
...
niwinz-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7c554c3a4 |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 138 KiB |
BIN
frontend/resources/images/registration-illustration.png
Normal file
BIN
frontend/resources/images/registration-illustration.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
@@ -43,7 +43,7 @@
|
||||
[:h1 {:class (stl/css :logo-container)}
|
||||
[:a {:href "#/" :title "Penpot" :class (stl/css :logo-btn)} deprecated-icon/logo]]
|
||||
[:div {:class (stl/css :login-illustration)}
|
||||
deprecated-icon/login-illustration]
|
||||
[:img {:src "images/registration-illustration.png"}]]
|
||||
|
||||
[:section {:class (stl/css :auth-content)}
|
||||
|
||||
|
||||
@@ -50,14 +50,9 @@
|
||||
justify-content: center;
|
||||
grid-column: 1 / 4;
|
||||
width: 40vw;
|
||||
height: auto;
|
||||
justify-self: center;
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
fill: var(--color-foreground-primary);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
(def ^:icon logo (icon-xref :penpot-logo))
|
||||
(def ^:icon logo-icon (icon-xref :penpot-logo-icon))
|
||||
(def ^:icon logo-error-screen (icon-xref :logo-error-screen))
|
||||
(def ^:icon login-illustration (icon-xref :login-illustration))
|
||||
(def ^:icon logo-subscription (icon-xref :logo-subscription))
|
||||
(def ^:icon logo-subscription-light (icon-xref :logo-subscription-light))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user