This commit is contained in:
Kirchik
2025-08-11 20:50:14 +02:00
parent 6e68922879
commit af347b4a8f
+17 -9
View File
@@ -155,6 +155,13 @@
font-size: 16px; /* Предотвращает зум на iOS */ font-size: 16px; /* Предотвращает зум на iOS */
} }
.form-group select {
padding: 1.2rem 3rem 2rem 0.8rem;
min-height: 4.5rem;
font-size: 15px;
line-height: 1.2;
}
.submit-btn { .submit-btn {
width: 100%; width: 100%;
justify-content: center; justify-content: center;
@@ -304,18 +311,19 @@
font-size: 0.95rem; font-size: 0.95rem;
line-height: 1.5; line-height: 1.5;
color: #2c3e50; color: #2c3e50;
font-weight: 500; font-weight: 400;
} }
.privacy-details { .privacy-details {
margin-top: 1rem; margin-top: 0.5rem;
padding: 1rem; padding: 0;
background: rgba(255, 255, 255, 0.8); background: none;
border: 1px solid rgba(52, 152, 219, 0.2); border: none;
border-radius: 8px; border-radius: 0;
font-size: 0.85rem; font-size: 0.8rem;
line-height: 1.4; line-height: 1.3;
color: #555; color: #888;
font-style: italic;
} }
.privacy-details p { .privacy-details p {