pkg-components
Version:
17 lines (16 loc) • 394 B
CSS
.profile-card-wrapper {
background-color: var(--color-base-white);
border: 1px solid var(--color-neutral-gray-silver);
border-radius: var(--border-radius-sm);
}
.image_profile {
border-radius: 9999px;
width: 1.5rem;
min-width: 1.5rem;
height: 1.5rem;
min-height: 1.5rem;
margin: 0 20px 0 0;
align-items: center;
display: flex;
justify-content: center;
}