Poprawki w stylach, oraz przebudowa image w hero

This commit is contained in:
dm
2025-12-03 11:47:12 +01:00
parent c5d953d942
commit 1bdffb1003
40 changed files with 291 additions and 408 deletions

View File

@@ -32,11 +32,11 @@
h2,
h3,
h4 {
@apply text-2xl font-semibold text-[--f-text] m-0;
@apply text-2xl font-semibold text-[--f-contact-item-text] m-0;
}
p {
@apply text-xl mt-4 leading-relaxed text-[--f-text];
@apply text-xl mt-4 leading-relaxed text-[--f-link];
}
}
@@ -51,21 +51,13 @@
.f-rodo {
@apply flex items-start gap-3 text-lg text-[--f-text];
a {
@apply text-[--f-link-text];
}
a:hover {
@apply text-[--fuz-link-hover];
}
input {
@apply mt-2 h-4 w-4;
}
}
button {
@apply btn btn-outline w-full py-3 text-lg;
@apply btn btn-primary w-full py-3 text-lg;
}
}
@@ -85,7 +77,7 @@
}
.f-toast-msg {
@apply px-5 py-3 rounded-xl shadow-lg text-lg bg-[--f-background-o] text-[--f-text];
@apply px-5 py-3 rounded-xl shadow-lg text-lg bg-[--f-background-toast] text-[--f-text];
}
.f-toast-msg.success {