29 lines
597 B
CSS
29 lines
597 B
CSS
.homegrade-blocks-staff-member {
|
|
@apply flex items-center gap-6 !pl-0;
|
|
&__member-icon {
|
|
@apply bg-white shadowed rounded-2xl w-20 h-20;
|
|
@apply shrink-0;
|
|
img {
|
|
@apply max-w-full max-h-full h-auto;
|
|
}
|
|
}
|
|
&__member-informations {
|
|
@apply shrink flex flex-col content-center;
|
|
}
|
|
&__name {
|
|
@apply font-bold text-secondary text-lg;
|
|
}
|
|
&__position {
|
|
@apply !mb-0 font-medium pt-1;
|
|
}
|
|
}
|
|
|
|
.homegrade-blocks-highlight--classic {
|
|
.homegrade-blocks-staff-member {
|
|
@apply my-5;
|
|
&__name {
|
|
@apply text-white;
|
|
}
|
|
}
|
|
}
|