1234
This commit is contained in:
parent
b5d4d4644c
commit
40e5e8188f
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue