Display data

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-12 00:51:57 +01:00
parent 101a3bc7b1
commit bb369c629b
2 changed files with 31 additions and 51 deletions
+6 -12
View File
@@ -38,24 +38,14 @@
flex-shrink: 0;
}
.registerButton {
margin-left: auto;
padding: 5px 10px;
border-radius: 12px;
border: none;
cursor: pointer;
background: #019AFF;
color: white;
font-weight: 600;
}
.registerButton:hover {
opacity: 0.85;
}
.tasksButton {
.task {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
@@ -64,6 +54,10 @@
padding: 0;
}
.taskDate {
opacity: 0.5;
}
.tasks li {
margin: 16px 0px 16px 0px;
padding: 10px 20px 10px 20px;