feat: add card grid component
This commit is contained in:
15
components/TempDesignSystem/Card/card.module.css
Normal file
15
components/TempDesignSystem/Card/card.module.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.linkCard {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 37rem;
|
||||
width: 100%;
|
||||
margin-right: 1.6rem;
|
||||
border-radius: 1.6rem;
|
||||
gap: 1rem;
|
||||
padding: 1.6rem;
|
||||
|
||||
background-color: var(--Base-Fill-Normal);
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user