From 8a23217345fd7b51dfc15b461bda8dcbfc6b5cf4 Mon Sep 17 00:00:00 2001 From: EwelinaLasowy Date: Thu, 13 Jan 2022 12:42:48 +0100 Subject: [PATCH] #2 - ui fixes to login page --- readme.md | 2 +- resources/js/Pages/Login.vue | 65 +++++++++++++++------- resources/js/Shared/Layout/GuestLayout.vue | 5 +- tailwind.config.js | 1 + 4 files changed, 49 insertions(+), 24 deletions(-) diff --git a/readme.md b/readme.md index 93d67ea..a45dbc4 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ If xDebug is installed, set environment variable **XDEBUG_MODE=off** to improve dcr php php vendor/bin/ecs check --fix dcr php composer ecsf dcr node npm run lint - dcr node rpm run lintf + dcr node npm run lintf ### xDebug diff --git a/resources/js/Pages/Login.vue b/resources/js/Pages/Login.vue index e47341f..9c8e6e3 100644 --- a/resources/js/Pages/Login.vue +++ b/resources/js/Pages/Login.vue @@ -1,17 +1,53 @@ \ No newline at end of file + diff --git a/resources/js/Shared/Layout/GuestLayout.vue b/resources/js/Shared/Layout/GuestLayout.vue index e28def1..65cd67e 100644 --- a/resources/js/Shared/Layout/GuestLayout.vue +++ b/resources/js/Shared/Layout/GuestLayout.vue @@ -1,5 +1,6 @@ + @@ -8,4 +9,4 @@ export default { name: 'GuestLayout', }; - + \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index cda7b7e..d48c4d3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,6 +11,7 @@ module.exports = { }, colors: { 'blumilk': { + '25': '#F4F8FD', '50': '#D5DFEE', '100': '#C7D4E9', '200': '#AABDDD',