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;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin: 10px;
|
border-bottom: none;
|
||||||
|
|
||||||
.search__input {
|
.search__input {
|
||||||
padding: 7px 30px 6px 10px;
|
padding: 7px 30px 6px 10px;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
> label {
|
> label {
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .search__icon .fa {
|
|
||||||
top: 8px;
|
|
||||||
right: 102px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .button {
|
> .button {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .search__icon .fa {
|
> .search__icon {
|
||||||
right: 102px !important;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .button {
|
> .button {
|
||||||
|
|
|
@ -183,8 +183,8 @@
|
||||||
padding: 12px 36px 12px 16px;
|
padding: 12px 36px 12px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search__icon .svg-icon {
|
.search__icon {
|
||||||
right: 24px;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue