Add SOCKET_SEARCH action constant
This commit is contained in:
parent
35f806c18d
commit
82e2343d5b
5 changed files with 42 additions and 22 deletions
|
@ -350,12 +350,24 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
.search-input-wrap {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
background: #FFF;
|
||||
border-bottom: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.search i {
|
||||
padding: 15px;
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
flex: 1;
|
||||
padding: 15px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.search-results {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue