added WeekSelector

This commit is contained in:
AlexE030
2023-05-04 12:33:20 +02:00
parent cc39ce4e90
commit 1614bdc04d
4 changed files with 39 additions and 19 deletions
+15
View File
@@ -124,3 +124,18 @@ Step Progress Bar
background-color: #5d606e;
z-index: -1;
}
.dateElement{
display: flex;
margin-left: 20px;
margin-right: 20px;
height: 50px;
width: 200px;
align-items: center;
justify-content: center;
background-color: #0d52ce;
}
.weekSelector{
display: flex;
}