From e8487dc73672ab70283bcdfc95de755bb3122b65 Mon Sep 17 00:00:00 2001 From: Mohammed Date: Mon, 11 Dec 2023 21:55:45 +0100 Subject: [PATCH] feat: changed css --- frontend/src/styles/App.scss | 4 +--- frontend/src/styles/ListTodos.scss | 9 ++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/src/styles/App.scss b/frontend/src/styles/App.scss index 3544c3f..7efcdad 100644 --- a/frontend/src/styles/App.scss +++ b/frontend/src/styles/App.scss @@ -1,7 +1,7 @@ body { font-family: 'Poppins', sans-serif; - background-color: #b9b0b0; + background-color: #9673d9; margin: 0; padding: 0; box-sizing: border-box; @@ -10,7 +10,6 @@ body { .time-form { background-color: #ffffff; border-radius: 10px; - transition: all 0.3s ease 0s; } .work-time-title { @@ -74,7 +73,6 @@ body { padding: 0 15px; display: inline-block; border-radius: 10px; - transition: all 0.3s ease 0s; border: none; } diff --git a/frontend/src/styles/ListTodos.scss b/frontend/src/styles/ListTodos.scss index afae7ee..65e5278 100644 --- a/frontend/src/styles/ListTodos.scss +++ b/frontend/src/styles/ListTodos.scss @@ -2,7 +2,6 @@ position: absolute; border-radius: 10px; - transition: all 0.3s ease 0s; margin-left: 70%; text-align: center; line-height: 15px; @@ -68,7 +67,7 @@ .input-todo { margin-top: 2rem; - width: 420px; + width: 410px; height: 50px; border-radius: 10px; line-height: 50px; @@ -81,7 +80,6 @@ width: 420px; height: 40px; border-radius: 10px; - transition: all 0.3s ease 0s; text-align: center; cursor: pointer; margin-top: 1.5rem; @@ -122,11 +120,12 @@ } .input-todo { margin-top: 2rem; - width: 320px; + width: 310px; height: 50px; } .get-todos-container { - width: 320px; + width: 310px; + left: 10px; } .todos-list { position: absolute;