Card container components for a cleaner dashboard
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user