Stylizacja, zmiana mapy zasięgu
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@layer components {
|
||||
|
||||
.f-section-header {
|
||||
@apply text-3xl md:text-4xl font-bold mb-6 text-[var(--f-header)];
|
||||
@apply text-3xl md:text-4xl font-bold mb-6 text-[--f-header];
|
||||
}
|
||||
|
||||
.f-section {
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
.f-section-title {
|
||||
@apply text-4xl md:text-5xl font-bold mb-2 text-[var(--f-header)];
|
||||
@apply text-4xl md:text-5xl font-bold mb-2 text-[--f-header];
|
||||
}
|
||||
|
||||
.f-section-nav {
|
||||
@@ -42,34 +42,10 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
.f-section-channel {
|
||||
@apply grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-8 gap-2;
|
||||
}
|
||||
|
||||
.f-channel-box {
|
||||
@apply flex flex-col items-center p-4 rounded-xl bg-[var(--f-background)] border border-[var(--f-offers-border)] shadow-sm hover:shadow-md transition
|
||||
}
|
||||
|
||||
/* .fuz-iframe-box {
|
||||
@apply bg-white dark:bg-slate-800 p-4 rounded-xl border border-gray-200 dark:border-slate-700 shadow;
|
||||
}
|
||||
|
||||
.fuz-iframe-wrapper {
|
||||
@apply w-full overflow-hidden border-0 shadow-none;
|
||||
background: transparent !important;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
|
||||
.fuz-iframe {
|
||||
@apply w-full h-full border-0 shadow-none;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.dark .fuz-iframe-wrapper {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.dark .fuz-iframe {
|
||||
background: transparent !important;
|
||||
} */
|
||||
@apply flex flex-col items-center p-4 rounded-xl bg-[--f-background] border border-[--f-offers-border] shadow-sm hover:shadow-md transition
|
||||
}
|
||||
Reference in New Issue
Block a user