Improve search input on aliases/list editor pages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
916bf7a634
commit
b9153b8866
5 changed files with 8 additions and 11 deletions
Binary file not shown.
Binary file not shown.
|
@ -18,24 +18,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
&_search {
|
||||
&_search.search {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
margin: 10px;
|
||||
border-bottom: none;
|
||||
|
||||
.search__input {
|
||||
padding: 7px 30px 6px 10px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
> label {
|
||||
flex: 1 1;
|
||||
}
|
||||
|
||||
> .search__icon .fa {
|
||||
top: 8px;
|
||||
right: 102px !important;
|
||||
}
|
||||
|
||||
> .button {
|
||||
width: 80px;
|
||||
margin-left: 10px;
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
flex: 1 1;
|
||||
}
|
||||
|
||||
> .search__icon .fa {
|
||||
right: 102px !important;
|
||||
> .search__icon {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
> .button {
|
||||
|
|
|
@ -183,8 +183,8 @@
|
|||
padding: 12px 36px 12px 16px;
|
||||
}
|
||||
|
||||
.search__icon .svg-icon {
|
||||
right: 24px;
|
||||
.search__icon {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue