Фикс городов
This commit is contained in:
parent
e67d7dbd45
commit
30421a97da
@ -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);
|
||||
}
|
||||
} */
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user