123
This commit is contained in:
parent
dcbf04bec9
commit
dcd453932e
|
|
@ -253,6 +253,8 @@
|
|||
}
|
||||
&Input {
|
||||
position: relative;
|
||||
max-width: 450px;
|
||||
margin: 0 auto;
|
||||
input {
|
||||
width: calc(100% - 60px);
|
||||
height: 50px;
|
||||
|
|
|
|||
|
|
@ -2258,6 +2258,8 @@ li {
|
|||
}
|
||||
.searchInput {
|
||||
position: relative;
|
||||
max-width: 450px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.searchInput input {
|
||||
width: calc(100% - 60px);
|
||||
|
|
|
|||
Loading…
Reference in New Issue