This commit is contained in:
= 2021-06-02 16:25:23 +05:00
parent b5d4d4644c
commit 40e5e8188f
2 changed files with 34 additions and 34 deletions

View File

@ -250,6 +250,7 @@
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
&Input {
position: relative;
input {
@ -282,7 +283,6 @@
}
}
}
}
&Logo {
width: 100%;
max-width: 160px;

View File

@ -2256,10 +2256,10 @@ li {
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
.searchModalInput {
.searchInput {
position: relative;
}
.searchModalInput input {
.searchInput input {
width: calc(100% - 60px);
height: 50px;
padding: 0 40px 0 20px;
@ -2272,7 +2272,7 @@ li {
border-radius: 5px;
border: 1px solid #242424;
}
.searchModalInput__btn {
.searchInput__btn {
position: absolute;
right: 15px;
background: none;
@ -2283,7 +2283,7 @@ li {
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.searchModalInput__btn svg {
.searchInput__btn svg {
width: 24px;
height: 24px;
fill: #242424;