BereichLabel zu Bereich geändert und Code gesäubert
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
{#if Object.keys($notifications).length > 0}
|
||||
<span class="indicator-item badge badge-accent text-xs">{Object.keys($notifications).length}</span>
|
||||
{/if}
|
||||
<button tabindex="0" class="btn btn-square btn-ghost hover:bg-base-200">
|
||||
<button tabindex="0" class="button btn-square btn-ghost hover:bg-base-200">
|
||||
<Bell size={24} />
|
||||
</button>
|
||||
</div>
|
||||
@@ -119,7 +119,7 @@
|
||||
</div>
|
||||
|
||||
<a href="/dashboard/einstellungen"
|
||||
class="btn btn-square btn-ghost hover:bg-base-200"
|
||||
class="button btn-square btn-ghost hover:bg-base-200"
|
||||
>
|
||||
<Gear size={24} />
|
||||
</a>
|
||||
@@ -129,7 +129,7 @@
|
||||
<a
|
||||
href="/dashboard/einstellungen"
|
||||
use:ripple={rippleOptions}
|
||||
class="btn btn-ghost no-animation focus:shadow-none justify-start py-4 h-auto hover:bg-base-200 px-8 rounded-none w-full flex flex-row gap-4"
|
||||
class="button btn-ghost no-animation focus:shadow-none justify-start py-4 h-auto hover:bg-base-200 px-8 rounded-none w-full flex flex-row gap-4"
|
||||
>
|
||||
<div class="avatar">
|
||||
<div class="w-12 rounded-full">
|
||||
@@ -173,9 +173,9 @@
|
||||
font-family: Poppins !important;
|
||||
}
|
||||
|
||||
.button-tab {
|
||||
/* .button-tab {
|
||||
@apply btn btn-primary btn-ghost rounded-none px-8 justify-start outline-0 gap-4 items-center text-base font-normal text-base-content no-animation;
|
||||
}
|
||||
} */
|
||||
|
||||
.button-tab:hover {
|
||||
@apply bg-base-200 outline-0;
|
||||
|
||||
Reference in New Issue
Block a user