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',