Notfifications /reihen

This commit is contained in:
Simon Martens
2025-02-21 17:02:16 +01:00
parent ca1320608f
commit 0d79239fd8
9 changed files with 214 additions and 93 deletions

View File

@@ -113,7 +113,7 @@
}
.headingcontainer {
@apply mt-10 border-r border-zinc-300 relative;
@apply mt-16 border-r border-zinc-300 relative;
}
.headingcontainer h1 {
@@ -123,4 +123,20 @@
.filter-list-list .filter-list-item[aria-current="page"] {
@apply border-l-4 border-zinc-300 font-bold;
}
.headingcontainer .notifier {
@apply bg-stone-100 text-center text-base px-2.5 py-1 font-sans rounded;
}
.headingcontainer .notifier i {
@apply inline-block pr-0.5;
}
.headingcontainer .notifier .filterterm {
@apply font-bold;
}
.headingcontainer .backbutton {
@apply ml-4 bg-stone-100 py-0.5 px-2.5 rounded font-sans text-base text-center;
}
}