This commit is contained in:
GP_DEV
2025-08-01 10:07:08 +03:00
parent 21562852ca
commit 7d7a28e789
54 changed files with 4554 additions and 6928 deletions

View File

@@ -19,6 +19,13 @@
color: #6c6b6b;
}
@media (max-width: 767px) {
#fluentform_3 .ff-el-form-control {
font-size: 15px;
height: 60px;
}
}
#fluentform_3 .ff-btn-submit {
height: 75px;
background: linear-gradient(90deg, #e21e24 39.42%, #ff2f35 92.9%);
@@ -34,6 +41,13 @@
transition: 180ms ease-in;
}
@media (max-width: 767px) {
#fluentform_3 .ff-btn-submit {
font-size: 16px;
height: 53px;
}
}
#fluentform_3 .ff-btn-submit:hover {
font-weight: 700;
transition: 180ms ease-in;