Card container components for a cleaner dashboard

This commit is contained in:
2025-08-30 21:24:48 +02:00
parent 6c0e427d0e
commit 9dbb0d6b4d
5 changed files with 46 additions and 41 deletions

View File

@@ -1,11 +1,12 @@
.container {
background-color: #c0c0c0;
height: 30px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 10px;
margin: 2px;
padding: 2px;
}
.taskbar {