TRI-293: edit form

This commit is contained in:
2024-12-27 17:50:17 +03:00
parent 04c4e8c791
commit 5ea5529c67
15 changed files with 191 additions and 173 deletions

View File

@@ -236,6 +236,11 @@ $row-gap: 40px;
display: flex;
min-width: 100%;
gap: $row-gap;
flex-wrap: wrap;
@media (max-width: $screen-lg-max) {
display: block;
}
}
}
@@ -286,10 +291,6 @@ $row-gap: 40px;
}
}
input {
}
.poster__inp-country {
position: absolute;
display: flex;
@@ -375,17 +376,6 @@ $row-gap: 40px;
&__locate {
appearance: none;
//&:not(:placeholder-shown) {
// padding-left: 65px;
//}
//&:placeholder-shown {
//
// +.poster__inp-country {
// display: none;
// }
//}
}
.btn {
@@ -402,7 +392,7 @@ $row-gap: 40px;
&--inline {
@media (max-width: $screen-sm-max) {
width: 100%;
max-width: 100%;
}
}
}