Ion-searchbar icon on the right

0

It seems simple but I did not find anything. How can I paste the icon on the right side > > > > and the search bar on the left side

asked by anonymous 27.09.2018 / 15:06

1 answer

0

Really pretty simple ... just added left to the icon in scss

.search{

    position: fixed;
    box-shadow: none !important;
    left: 45%;
    top: 1%;  
    background: transparent;
    max-width: 160px;

    .searchbar-search-icon {
        background-image: url("../assets/imgs/ico_busca.svg")!important;
        width: 30px;  
        left: 90px;
      }

}        
    
27.09.2018 / 16:17