Skip to content

Commit

Permalink
feat: changed css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed committed Dec 11, 2023
1 parent fc73817 commit e8487dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions frontend/src/styles/App.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

body {
font-family: 'Poppins', sans-serif;
background-color: #b9b0b0;
background-color: #9673d9;
margin: 0;
padding: 0;
box-sizing: border-box;
Expand All @@ -10,7 +10,6 @@ body {
.time-form {
background-color: #ffffff;
border-radius: 10px;
transition: all 0.3s ease 0s;
}

.work-time-title {
Expand Down Expand Up @@ -74,7 +73,6 @@ body {
padding: 0 15px;
display: inline-block;
border-radius: 10px;
transition: all 0.3s ease 0s;
border: none;
}

Expand Down
9 changes: 4 additions & 5 deletions frontend/src/styles/ListTodos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
position: absolute;

border-radius: 10px;
transition: all 0.3s ease 0s;
margin-left: 70%;
text-align: center;
line-height: 15px;
Expand Down Expand Up @@ -68,7 +67,7 @@

.input-todo {
margin-top: 2rem;
width: 420px;
width: 410px;
height: 50px;
border-radius: 10px;
line-height: 50px;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

1 comment on commit e8487dc

@vercel
Copy link

@vercel vercel bot commented on e8487dc Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.