handling member phone

This commit is contained in:
Antoine M 2024-11-12 10:19:01 +01:00
parent 13b3ce8066
commit 224b0891b1

View File

@ -47,6 +47,13 @@
&__name { &__name {
@apply text-xl font-bold !my-0 text-patrimoine-sante-securite; @apply text-xl font-bold !my-0 text-patrimoine-sante-securite;
} }
&__phone {
@apply font-bold flex items-center pt-1;
&:before {
@apply content-[''] block h-6 w-6 bg-contain bg-center bg-no-repeat mr-2;
background-image: url('../resources/img/pictogrammes/Homegrade_repertoire-telephone.svg');
}
}
&__description { &__description {
@apply pt-2; @apply pt-2;
} }