33 lines
686 B
CSS
33 lines
686 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 flex items-center justify-center;
|
|
|
|
img {
|
|
@apply h-auto;
|
|
max-width: 78%;
|
|
max-width: 78%;
|
|
}
|
|
}
|
|
&__member-informations {
|
|
@apply shrink flex flex-col content-center;
|
|
}
|
|
&__name {
|
|
@apply font-bold text-secondary text-lg !my-0;
|
|
line-height: 1.2;
|
|
}
|
|
&__position {
|
|
@apply !mb-0 font-medium !mt-1;
|
|
}
|
|
}
|
|
|
|
.homegrade-blocks-highlight--classic {
|
|
.homegrade-blocks-staff-member {
|
|
@apply my-5;
|
|
&__name {
|
|
@apply text-white;
|
|
}
|
|
}
|
|
}
|