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 */
}
.form-group select {
padding: 1.2rem 3rem 2rem 0.8rem;
min-height: 4.5rem;
font-size: 15px;
line-height: 1.2;
}
.submit-btn {
width: 100%;
justify-content: center;
@@ -304,18 +311,19 @@
font-size: 0.95rem;
line-height: 1.5;
color: #2c3e50;
font-weight: 500;
font-weight: 400;
}
.privacy-details {
margin-top: 1rem;
padding: 1rem;
background: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(52, 152, 219, 0.2);
border-radius: 8px;
font-size: 0.85rem;
line-height: 1.4;
color: #555;
margin-top: 0.5rem;
padding: 0;
background: none;
border: none;
border-radius: 0;
font-size: 0.8rem;
line-height: 1.3;
color: #888;
font-style: italic;
}
.privacy-details p {