Filter Design angepasst

This commit is contained in:
Nino
2023-05-17 16:33:11 +02:00
parent 45bb39f466
commit 2a442dde85
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
<div class="catalog-search-filter-content">
<div class="w-full flex flex-row justify-end items-center">
<button (click)="clearFilter(filter)" class="text-[#0556B4] mr-[0.8125rem]">Alle Filter entfernen</button>
<button class="text-cool-grey p-4 outline-none border-none bg-transparent" type="button" (click)="closeFilter()">
<ui-icon icon="close" size="20px"></ui-icon>
<button class="text-black p-4 outline-none border-none bg-transparent" type="button" (click)="closeFilter()">
<ui-icon icon="close" size="15px"></ui-icon>
</button>
</div>

View File

@@ -20,7 +20,7 @@
@apply grid grid-flow-col justify-end items-center mb-2;
button {
@apply bg-transparent p-4 text-base outline-none border-none font-semibold text-[#0556B4];
@apply bg-transparent p-4 text-base outline-none border-none text-[#0556B4];
}
&.header-shadow {