From 7440d38c94bfdd5bc1b687bd0c6cc1ef58ec944b Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Tue, 24 Jan 2023 13:19:16 +0100 Subject: [PATCH] Add new login image --- frontend/resources/images/login-penpot.svg | 481 ++++++++++++++++++ .../resources/styles/main/layouts/login.scss | 10 +- 2 files changed, 486 insertions(+), 5 deletions(-) create mode 100644 frontend/resources/images/login-penpot.svg diff --git a/frontend/resources/images/login-penpot.svg b/frontend/resources/images/login-penpot.svg new file mode 100644 index 000000000..c16f45dcb --- /dev/null +++ b/frontend/resources/images/login-penpot.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/resources/styles/main/layouts/login.scss b/frontend/resources/styles/main/layouts/login.scss index e4b95c76b..0c89db043 100644 --- a/frontend/resources/styles/main/layouts/login.scss +++ b/frontend/resources/styles/main/layouts/login.scss @@ -23,9 +23,9 @@ flex-direction: column; align-items: center; justify-content: flex-start; - background-color: #feecfd; - background-image: url("/images/login-pink.svg"); - background-position: center; + background-color: #151035; + background-image: url("/images/login-penpot.svg"); + background-position: center 30vh; background-size: 96%; background-repeat: no-repeat; @@ -34,12 +34,12 @@ width: 280px; font-size: $fs18; margin-top: 2vh; - color: #2c233e; + color: white; } .logo { svg { - fill: #2c233e; + fill: white; max-width: 11vw; height: 80px; }