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

Merge branch 'fix/carto-review' into 'dev'

Fix/carto review

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!96
parents 49e7d00c e739decf
No related branches found
No related tags found
3 merge requests!103Recette,!102Dev,!96Fix/carto review
......@@ -15,7 +15,7 @@
}
.right-pane {
width: 80%;
padding: 0 40px;
padding: 0 16px;
@media #{$tablet} {
display: none;
&.mapPhone {
......
......@@ -13,7 +13,7 @@
}
#map {
height: calc(100vh - #{$header-height} - #{$footer-height} - 87px);
height: calc(100vh - #{$header-height} - #{$footer-height} - 60px);
border: 10px solid $white;
border-radius: 6px;
@media #{$tablet} {
......@@ -69,6 +69,15 @@
}
}
::ng-deep .leaflet-control-zoom {
a {
color: $grey-3;
&:hover {
color: $blue-hover;
}
}
}
::ng-deep .leaflet-marker-icon {
&.leaflet-interactive {
circle {
......
<div class="block">
<div class="header">
<span class="title">Acteurs de la médiation numérique</span>
<span class="title"
>Recherche d’acteur <br />
du réseau d’inclusion numérique</span
>
</div>
<div class="content" fxLayout="column">
<div class="searchSection">
......@@ -12,7 +15,7 @@
(ngSubmit)="applyFilter(searchForm.value.searchTerm)"
>
<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="Une commune, une association..." />
<button (click)="clearInput()" class="icon close" type="button"><div class="ico-close-search"></div></button>
</div>
<app-button
......
......@@ -10,10 +10,9 @@
.header {
.title {
@include cn-bold-26;
padding: 16px 0 16px 0;
padding-bottom: 16px;
display: flex;
align-items: center;
text-transform: uppercase;
}
}
.content {
......
......@@ -59,7 +59,7 @@ a {
// Containers
.content-container {
margin: 0;
padding-top: 30px;
padding-top: 16px;
width: 100%;
&.medium-pt {
padding: 25px 0 30px 0;
......
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