Porządkowanie css, i usuwanie radiowego
This commit is contained in:
@@ -4,23 +4,23 @@
|
||||
|
||||
.fuz-contact-box {
|
||||
|
||||
background-color: var(--fuz-bg);
|
||||
color: var(--fuz-text);
|
||||
background-color: var(--f-background);
|
||||
color: var(--f-text);
|
||||
}
|
||||
|
||||
.fuz-contact-description h3 {
|
||||
@apply text-xl font-semibold mb-2;
|
||||
color: var(--fuz-text);
|
||||
color: var(--f-text);
|
||||
}
|
||||
|
||||
.fuz-contact-description h4 {
|
||||
@apply text-xl font-semibold mb-1;
|
||||
color: var(--fuz-text);
|
||||
color: var(--f-text);
|
||||
}
|
||||
|
||||
.fuz-contact-description p {
|
||||
@apply text-xl mt-4 leading-relaxed;
|
||||
color: var(--fuz-text);
|
||||
color: var(--f-text);
|
||||
}
|
||||
|
||||
.fuz-contact-form {
|
||||
@@ -30,7 +30,7 @@
|
||||
/* --- RODO --- */
|
||||
.fuz-rodo {
|
||||
@apply flex items-start gap-3 text-sm;
|
||||
color: var(--fuz-text);
|
||||
color: var(--f-text);
|
||||
}
|
||||
|
||||
/* .fuz-rodo a {
|
||||
|
||||
Reference in New Issue
Block a user