stying the component

This commit is contained in:
Antoine M 2024-11-05 13:17:46 +01:00
parent 52fc6da464
commit 03c00830ce

View File

@ -0,0 +1,18 @@
.search-artisan-btn {
@apply p-3 w-fit bg-white shadowed text-patrimoine-sante-securite
font-bold rounded-2xl flex items-center justify-center my-5;
transition: transform 0.3s;
&__page-icon {
@apply w-16 h-16;
}
&:after {
@apply content-[''] w-3 h-3 block bg-no-repeat bg-center bg-contain mt-1 ml-4;
background-image: url('../resources/img/pictogrammes/Homegrade_back_icon.svg');
rotate: 180deg;
}
&:hover {
@apply translate-x-2;
}
}