added some padding to the left in the search

This commit is contained in:
Kadir Sekha 2017-11-02 16:56:20 +09:00
commit 0d9783fb0e
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
display: none;
}
.search-input {
padding-left: 0;
padding-left: 30px;
&:focus::-webkit-input-placeholder {
opacity: 0;
}

View file

@ -10766,7 +10766,7 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
#tab-send .search-wrapper.focus .svg#Bitcoin_Symbol {
display: none; }
#tab-send .search-wrapper.focus .search-input {
padding-left: 0; }
padding-left: 30px; }
#tab-send .search-wrapper.focus .search-input:focus::-webkit-input-placeholder {
opacity: 0; }