restored contact
This commit is contained in:
@@ -92,8 +92,6 @@
|
|||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
transition: color var(--transition-base);
|
transition: color var(--transition-base);
|
||||||
pointer-events: none;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-wrapper textarea + i {
|
.input-wrapper textarea + i {
|
||||||
@@ -112,7 +110,6 @@
|
|||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
transition: all var(--transition-base);
|
transition: all var(--transition-base);
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-wrapper textarea {
|
.input-wrapper textarea {
|
||||||
@@ -134,7 +131,6 @@
|
|||||||
.input-wrapper input:focus + i,
|
.input-wrapper input:focus + i,
|
||||||
.input-wrapper textarea:focus + i {
|
.input-wrapper textarea:focus + i {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
top: 50%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Character Counter */
|
/* Character Counter */
|
||||||
@@ -164,7 +160,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--space-xs);
|
gap: var(--space-xs);
|
||||||
top: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Submit Button */
|
/* Submit Button */
|
||||||
@@ -248,6 +243,9 @@
|
|||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-info h3::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -8px;
|
bottom: -8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user