FEATURE Introducing component
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-04-13 17:01:54 +02:00
parent 885f6ed022
commit dd221f782c

View File

@ -0,0 +1,15 @@
.fonds-archives-grid {
&__toolbar {
.alphabetical-order-select {
@apply border-y border-carhop-green-700 py-10;
@apply col-span-2;
.alphabetical-order-select__title {
@apply pb-6;
}
.alphabetical-order-select__list {
@apply flex gap-5;
}
}
}
}