feat: global search page with results for beneficiaries and drivers

This commit is contained in:
Arnaud Delcasse
2026-02-26 14:55:17 +01:00
parent 2f7c3165f1
commit 590bc4ff6a
4 changed files with 157 additions and 2 deletions

View File

@@ -3197,6 +3197,13 @@
}
}
}
.hover\:text-co-blue\/80 {
&:hover {
@media (hover: hover) {
color: color-mix(in oklab, var(--color-co-blue) 80%, transparent);
}
}
}
.hover\:text-co-green {
&:hover {
@media (hover: hover) {