Rezygnacja z bazy, przeniesienie danych do plików yamla

This commit is contained in:
dm
2025-12-15 06:30:39 +01:00
parent 00d6a57d74
commit 0b6bbbdce7
55 changed files with 3558 additions and 1545 deletions

View File

@@ -13,7 +13,8 @@
.f-chsearch__input {
@apply w-full md:flex-1 px-4 py-3 rounded-xl border border-[--f-input-border] bg-[--f-background] text-[--f-text] outline-none focus:ring-2 focus:ring-[--btn-background];
padding-right: 2.75rem; /* miejsce na X */
padding-right: 2.75rem;
/* miejsce na X */
}
.f-chsearch__clear {
@@ -88,22 +89,28 @@
}
/* klikalny pakiet jak link */
.f-chsearch__pkg {
@apply inline;
.f-chsearch-pkg {
@apply inline-flex items-center justify-center gap-2 font-semibold rounded-lg px-2 py-0 ml-2
text-base transition-all duration-200 cursor-pointer select-none
focus:outline-none focus-visible:ring-2 focus-visible:ring-[--f-header] focus-visible:ring-offset-2 focus-visible:ring-offset-[--f-background];
@apply border border-transparent bg-[--btn-background] text-[--btn-text];
/* @apply inline
text-xl;
background: transparent;
border: 0;
padding: 0;
cursor: pointer;
font: inherit;
color: var(--f-link, var(--btn-background));
text-decoration: underline;
text-decoration: underline; */
}
.f-chsearch__pkg:hover {
text-decoration-thickness: 2px;
.f-chsearch-pkg:hover {
@apply bg-[--btn-background-hover] text-[--btn-text-hover];
/* text-decoration-thickness: 2px; */
}
.f-chsearch__pkgnum {
.f-chsearch-pkgnum {
@apply opacity-70;
}
@@ -115,13 +122,13 @@
}
.f-chsearch__input::-webkit-search-cancel-button {
-webkit-appearance: none;
}
-webkit-appearance: none;
}
.f-chsearch__input::-ms-clear {
display: none;
}
.f-chsearch__input::-ms-clear {
display: none;
}
.f-chsearch__input[type="search"] {
appearance: none;
}
.f-chsearch__input[type="search"] {
appearance: none;
}