Chciałbym miec te kanały
This commit is contained in:
@@ -131,4 +131,34 @@
|
||||
|
||||
.f-chsearch__input[type="search"] {
|
||||
appearance: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* ----- */
|
||||
.f-chsearch__wanted {
|
||||
@apply mb-6 p-4 rounded-2xl border border-[--f-input-border];
|
||||
}
|
||||
|
||||
.f-chsearch__wanted-list {
|
||||
@apply mt-3 flex flex-wrap gap-2;
|
||||
}
|
||||
|
||||
.f-chsearch__wanted-chip {
|
||||
@apply inline-flex items-center gap-2 rounded-full border border-[--f-border-color] px-3 py-1.5;
|
||||
background: rgba(148, 163, 184, 0.08);
|
||||
}
|
||||
|
||||
.f-chsearch__wanted-logo {
|
||||
@apply w-6 h-6 rounded-full object-contain;
|
||||
}
|
||||
|
||||
.f-chsearch__wanted-name {
|
||||
@apply text-sm font-medium;
|
||||
}
|
||||
|
||||
.f-chsearch__wanted-remove {
|
||||
@apply text-sm opacity-70 hover:opacity-100;
|
||||
}
|
||||
|
||||
.f-chsearch__wanted-packages {
|
||||
@apply mt-4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user