Фикс городов
This commit is contained in:
parent
e67d7dbd45
commit
30421a97da
@ -1,11 +1,11 @@
|
|||||||
.button-container {
|
/* .button-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
transition: opacity 0.5s ease, transform 0.5s ease;
|
transition: opacity 0.5s ease, transform 0.5s ease;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.animated-button {
|
.animated-button {
|
||||||
width: 304px;
|
width: 304px;
|
||||||
@ -39,8 +39,8 @@
|
|||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.button-container.visible {
|
.button-container.visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
} */
|
@ -93,9 +93,6 @@ const City = (props) => {
|
|||||||
<option value="" style={{
|
<option value="" style={{
|
||||||
maxWidth: 200,
|
maxWidth: 200,
|
||||||
}}>Выберите город...</option>
|
}}>Выберите город...</option>
|
||||||
<option value="Таганрог" style={{
|
|
||||||
maxWidth: 200,
|
|
||||||
}}>Таганрог</option>
|
|
||||||
{filteredCityOptions.map(option => (
|
{filteredCityOptions.map(option => (
|
||||||
<option key={option.id} value={option.name} style={{
|
<option key={option.id} value={option.name} style={{
|
||||||
maxWidth: 200,
|
maxWidth: 200,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user