Skip to content
Snippets Groups Projects
Commit a6705061 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(search) : fix link + design modal

parent ca47b217
No related branches found
No related tags found
2 merge requests!31Recette,!12Topic search
......@@ -22,8 +22,6 @@
max-height: 648px;
max-width: 754px;
width: 94%;
border-left: 6.5px solid transparent;
border-bottom: 6.5px solid transparent;
border-radius: 11px;
z-index: 1001 !important;
position: absolute;
......@@ -50,6 +48,9 @@
width: 100%;
padding: 32px 40px 0px 40px;
min-width: 450px;
&:last-child {
padding-bottom: 32px;
}
}
.blockLigne {
padding-left: 0;
......
......@@ -87,5 +87,7 @@
</label>
</div>
</div>
<a href="">Ajouter une structure</a>
<a href="https://services.formulaireextranet.grandlyon.com/saisie-fiche-structure/" target="_blank"
>Ajouter une structure</a
>
</div>
......@@ -26,7 +26,7 @@ export class SearchComponent implements OnInit {
public searchForm: FormGroup;
// Modal variable
public categories: Category[];
public modalTypeOpened: TypeModal; // todo: utiliser enum
public modalTypeOpened: TypeModal;
// Checkbox variable
public checkedModulesFilter: Module[];
......
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