Feature/move list to client (#50)
This commit is contained in:
committed by
GitHub
parent
c2abdaadf2
commit
668434d246
@@ -134,7 +134,19 @@
|
||||
}
|
||||
|
||||
.card {
|
||||
@apply border border-border bg-card;
|
||||
@apply rounded-md border border-border bg-card;
|
||||
}
|
||||
|
||||
.center-center {
|
||||
@apply flex items-center justify-center text-center;
|
||||
}
|
||||
|
||||
.col {
|
||||
@apply flex flex-col;
|
||||
}
|
||||
|
||||
.row {
|
||||
@apply flex flex-row;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user