19 lines
459 B
CSS
19 lines
459 B
CSS
.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;
|
|
}
|
|
.alphabetical-order-select__button[aria-pressed='true'] {
|
|
@apply font-extrabold underline underline-offset-4;
|
|
}
|
|
}
|
|
}
|
|
}
|