Added search button to list editor modal

This commit is contained in:
mgabdev
2019-07-19 18:53:16 -04:00
parent 5077165275
commit bc3959fce2
2 changed files with 23 additions and 1 deletions

View File

@@ -4427,7 +4427,22 @@ noscript {
}
.search {
margin-bottom: 0;
display: flex;
flex-direction: row;
margin: 10px 0;
> label {
flex: 1 1;
}
> .search__icon .fa {
right: 102px !important;
}
> .button {
width: 80px;
margin-left: 10px;
}
}
}