diff --git a/frontend/resources/images/icons/uxbox-logo.svg b/frontend/resources/images/icons/uxbox-logo.svg index 3f99aa09dc..4493b6d91f 100644 --- a/frontend/resources/images/icons/uxbox-logo.svg +++ b/frontend/resources/images/icons/uxbox-logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/resources/images/penpot-login.jpg b/frontend/resources/images/penpot-login.jpg index 3c9409fb5c..dcc285b5f9 100644 Binary files a/frontend/resources/images/penpot-login.jpg and b/frontend/resources/images/penpot-login.jpg differ diff --git a/frontend/resources/images/penpot-login2.jpg b/frontend/resources/images/penpot-login2.jpg new file mode 100644 index 0000000000..3c9409fb5c Binary files /dev/null and b/frontend/resources/images/penpot-login2.jpg differ diff --git a/frontend/resources/styles/main/layouts/login.scss b/frontend/resources/styles/main/layouts/login.scss index 9442c515e5..b1c4edda99 100644 --- a/frontend/resources/styles/main/layouts/login.scss +++ b/frontend/resources/styles/main/layouts/login.scss @@ -25,18 +25,19 @@ background-color:#2C233E; background-image: url("/images/penpot-login.jpg"); background-size: cover; + background-position: center; .tagline { text-align: center; width: 280px; - font-size: $fs24; + font-size: $fs18; margin-top: 25px; - color: white; + color: #2C233E; } .logo { svg { - fill: white; + fill: #2C233E; width: 200px; height: 80px; }