Add functionalty to add task
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
.toolbar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.icon {
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
@@ -44,4 +54,10 @@ button {
|
||||
border-radius: 10px;
|
||||
color: white;
|
||||
background: var(--confirm-button-color);
|
||||
}
|
||||
|
||||
.add-button {
|
||||
background-color: var(--ion-color-primary);
|
||||
margin-right: 15px;
|
||||
width: 75px;
|
||||
}
|
||||
Reference in New Issue
Block a user