Skip to content
Snippets Groups Projects
Commit 66ca00f3 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: remove locate button on search

parent cb2607f6
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!64Feat/design refacto
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
<div class="inputSection" fxLayout="row" fxLayoutAlign="space-between center"> <div class="inputSection" fxLayout="row" fxLayoutAlign="space-between center">
<input type="text" formControlName="searchTerm" placeholder="Rechercher une commune, une association..." /> <input type="text" formControlName="searchTerm" placeholder="Rechercher une commune, une association..." />
<button (click)="clearInput()" class="icon close" type="button"><div class="ico-close-search"></div></button> <button (click)="clearInput()" class="icon close" type="button"><div class="ico-close-search"></div></button>
<span class="separator"></span>
<button (click)="locateMe()" class="icon pin" type="button"><div class="ico-pin-search"></div></button>
</div> </div>
<app-button <app-button
class="isntPhoneContent" class="isntPhoneContent"
......
...@@ -21,12 +21,6 @@ ...@@ -21,12 +21,6 @@
@include input-search; @include input-search;
} }
.searchSection { .searchSection {
.separator {
height: 100%;
width: 2px;
background-color: $grey-4;
margin: 0 5px 0 5px;
}
.inputSection { .inputSection {
padding: 6px 3px 6px 6px; padding: 6px 3px 6px 6px;
width: 100%; width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment