Dashboard with cards
This commit is contained in:
18
src/components/Dashboard/style.module.css
Normal file
18
src/components/Dashboard/style.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.dashboard {
|
||||
|
||||
}
|
||||
|
||||
.cardWrapper {
|
||||
}
|
||||
|
||||
.card {
|
||||
border-radius: 10px;
|
||||
padding: 1px 100px 30px 100px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid rgba(220, 220, 220, 0.4);
|
||||
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user