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
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
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;
}
}