diff --git a/src/app/languages/arabic/todo-list/todo-header/todo-header.component.scss b/src/app/languages/arabic/todo-list/todo-header/todo-header.component.scss
index a8d60c6..313840b 100644
--- a/src/app/languages/arabic/todo-list/todo-header/todo-header.component.scss
+++ b/src/app/languages/arabic/todo-list/todo-header/todo-header.component.scss
@@ -37,9 +37,6 @@
padding: 8px 33px 12px 40px;
transition: width 0.4s ease-in-out;
}
-.toggle {
- display: none;
-}
.nav-item {
text-decoration: none;
margin: 1.3rem 0 0 0;
diff --git a/src/app/languages/arabic/todo-list/todo-main/todo-main.component.html b/src/app/languages/arabic/todo-list/todo-main/todo-main.component.html
index 77fbb58..0987424 100644
--- a/src/app/languages/arabic/todo-list/todo-main/todo-main.component.html
+++ b/src/app/languages/arabic/todo-list/todo-main/todo-main.component.html
@@ -156,8 +156,6 @@
-
-
diff --git a/src/app/languages/arabic/todo-list/todo-main/todo-main.component.scss b/src/app/languages/arabic/todo-list/todo-main/todo-main.component.scss
index 18687d6..54c831d 100644
--- a/src/app/languages/arabic/todo-list/todo-main/todo-main.component.scss
+++ b/src/app/languages/arabic/todo-list/todo-main/todo-main.component.scss
@@ -19,7 +19,7 @@
color: rgba(var(--green));
}
.taskTop img {
- margin: 1rem 0 0 1.2rem;
+ margin-top: 1rem;
height: 22px;
}
.task-container {
@@ -123,15 +123,6 @@ form label {
padding: 1em;
cursor: pointer;
}
-.my-date:hover,
-.mycourses:hover,
-.calendar:hover,
-.People:hover,
-.tasks:hover,
-.todo:hover{
- background-color: #DDFDD8;
- border: 1px solid #DDFDD8;
-}
.my-date img,
.mycourses img,
.calendar img,
@@ -166,10 +157,16 @@ form label {
.add-file:hover,
.mydate:hover,
.due-date:hover,
-.repeat:hover{
+.repeat:hover,.my-date:hover,
+.mycourses:hover,
+.calendar:hover,
+.People:hover,
+.tasks:hover,
+.todo:hover{
background-color: #DDFDD8;
border: 1px solid #DDFDD8;
}
+
.date label,
.add-file label,
.mydate label,
@@ -208,24 +205,10 @@ form label {
position: inherit;
transition: none;
}
- .my-date,.mycourses,.calendar,.People,.tasks,.todo {
- display: flex;
- padding: 1em;
- cursor: pointer;
- }
- .my-date img,
- .mycourses img,
- .calendar img,
- .People img,
- .tasks img,
- .todo img {
- height: 22px;
- margin-right: .6rem;
- }
.sidebar-footer{
margin-top: 19.6rem;
}
.right-footer{
- margin-top: 5.6rem;
+ margin-top: 6.5rem;
}
}
\ No newline at end of file
diff --git a/src/app/languages/english/todo-list/todo-header/todo-header.component.html b/src/app/languages/english/todo-list/todo-header/todo-header.component.html
index 0a9d6ef..15b8875 100644
--- a/src/app/languages/english/todo-list/todo-header/todo-header.component.html
+++ b/src/app/languages/english/todo-list/todo-header/todo-header.component.html
@@ -1,17 +1,20 @@
Tasks