Фикс городов
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m16s
Create and publish a Docker image / Deploy image (push) Successful in 3s

This commit is contained in:
Sergey Karmanov 2023-09-05 16:44:15 +03:00
parent e67d7dbd45
commit 30421a97da
Signed by: serega404
GPG Key ID: B6AD49C8C835460C
2 changed files with 4 additions and 7 deletions

View File

@ -1,11 +1,11 @@
.button-container {
/* .button-container {
display: flex;
flex-direction: column;
gap: 10px;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.5s ease, transform 0.5s ease;
}
} */
.animated-button {
width: 304px;
@ -39,8 +39,8 @@
background-color: #f8f8f8;
}
/*
.button-container.visible {
opacity: 1;
transform: translateY(0);
}
} */

View File

@ -93,9 +93,6 @@ const City = (props) => {
<option value="" style={{
maxWidth: 200,
}}>Выберите город...</option>
<option value="Таганрог" style={{
maxWidth: 200,
}}>Таганрог</option>
{filteredCityOptions.map(option => (
<option key={option.id} value={option.name} style={{
maxWidth: 200,