feat: card background

This commit is contained in:
Jannat Patel
2023-01-05 13:25:59 +05:30
parent fb70aee055
commit 9240bc9130
2 changed files with 32 additions and 20 deletions

View File

@@ -443,10 +443,11 @@ input[type=checkbox] {
}
.member-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem 1rem;
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem 1rem;
font-size: var(--text-base);
}
.break {
@@ -1952,3 +1953,13 @@ select {
padding: 0 !important;
margin: 0 !important;
}
.member-card .standard-image {
border: 5px solid #FFFFFF;
}
.member-card-title {
color: var(--gray-900);
font-weight: 500;
margin-top: 1rem;
}