Card container components for a cleaner dashboard
This commit is contained in:
17
src/components/CardContainers/style.module.css
Normal file
17
src/components/CardContainers/style.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.cardColumn {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
gap: 30px;
|
||||
margin: 30px;
|
||||
}
|
||||
|
||||
.cardRow {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
gap: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user