TRI-293: edit form-poster + page styles

This commit is contained in:
2024-12-25 16:54:57 +03:00
parent 951315a1a4
commit 7d00e92aac
6 changed files with 282 additions and 148 deletions

View File

@@ -273,6 +273,36 @@ $row-gap: 40px;
&__label {
margin-bottom: 10px;
cursor: default;
}
&__inp-box {
position: relative;
&.is-set {
.poster__locate {
padding-left: 65px;
}
}
input {
}
.poster__inp-country {
position: absolute;
display: flex;
align-items: center;
left: 10px;
top: 50%;
gap: 5px;
transform: translateY(-50%);
img {
width: 24px;
}
}
}
&__area-descr {
@@ -320,8 +350,42 @@ $row-gap: 40px;
}
&__towns-item {
display: flex;
align-items: center;
padding: 5px 5px;
font-size: 16px;
line-height: 22px;
cursor: pointer;
&:hover {
background: var(--brand-grey);
}
img {
width: 24px;
margin-right: 5px;
}
span {
margin-right: 8px;
}
}
&__locate {
appearance: none;
//&:not(:placeholder-shown) {
// padding-left: 65px;
//}
//&:placeholder-shown {
//
// +.poster__inp-country {
// display: none;
// }
//}
}
.btn {