added WeekSelector
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user