correctings icons and spacing

This commit is contained in:
Antoine M 2023-11-17 14:50:55 +01:00
parent f09b6a5214
commit 0becda60a5

View File

@ -2,19 +2,23 @@
@apply flex items-center gap-6 !pl-0; @apply flex items-center gap-6 !pl-0;
&__member-icon { &__member-icon {
@apply bg-white shadowed rounded-2xl w-20 h-20; @apply bg-white shadowed rounded-2xl w-20 h-20;
@apply shrink-0; @apply shrink-0 flex items-center justify-center;
img { img {
@apply max-w-full max-h-full h-auto; @apply h-auto;
max-width: 78%;
max-width: 78%;
} }
} }
&__member-informations { &__member-informations {
@apply shrink flex flex-col content-center; @apply shrink flex flex-col content-center;
} }
&__name { &__name {
@apply font-bold text-secondary text-lg; @apply font-bold text-secondary text-lg !my-0;
line-height: 1.2;
} }
&__position { &__position {
@apply !mb-0 font-medium pt-1; @apply !mb-0 font-medium !mt-1;
} }
} }