This commit is contained in:
= 2021-06-02 16:32:38 +05:00
parent dcbf04bec9
commit dcd453932e
2 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,8 @@
} }
&Input { &Input {
position: relative; position: relative;
max-width: 450px;
margin: 0 auto;
input { input {
width: calc(100% - 60px); width: calc(100% - 60px);
height: 50px; height: 50px;

View File

@ -2258,6 +2258,8 @@ li {
} }
.searchInput { .searchInput {
position: relative; position: relative;
max-width: 450px;
margin: 0 auto;
} }
.searchInput input { .searchInput input {
width: calc(100% - 60px); width: calc(100% - 60px);