Kontakt - korekta maila
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
@tailwind base;
|
||||
|
||||
.f-contact-item {
|
||||
@apply space-y-1;
|
||||
|
||||
h1,
|
||||
h2,
|
||||
|
||||
h3,
|
||||
h4 {
|
||||
@apply text-2xl font-semibold text-[--f-contact-item-text] m-0;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply text-xl mt-4 leading-relaxed text-[--f-link];
|
||||
p:first-of-type {
|
||||
@apply py-3 text-3xl text-gray-400;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -38,7 +35,7 @@
|
||||
|
||||
.f-toast {
|
||||
@apply fixed left-1/2 z-[999999] pointer-events-none;
|
||||
top: calc(var(--nav-height, 80px) + 20px);
|
||||
top: calc(var(--nav-height, 80px) + 20px);
|
||||
|
||||
@apply opacity-0 -translate-y-3 -translate-x-1/2 transition-all duration-300 ease-out;
|
||||
}
|
||||
@@ -57,4 +54,4 @@
|
||||
|
||||
.f-toast-msg.error {
|
||||
@apply bg-red-500 text-white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user