mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Filter Design angepasst
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user