Skip to content
Snippets Groups Projects
Commit d36b33a9 authored by Jérémy GAILLARD's avatar Jérémy GAILLARD
Browse files

Suppression de l'option de localisation tous territoires

parent 7754f511
Branches
Tags
1 merge request!18Deploy v1
......@@ -19,8 +19,6 @@
<div class="more_criterium">
<div class="categories_smartphone_ou filter">
<select @change='filterChange()' v-model="loc_filter">
<option value="" disabled selected>Où ?</option>
<option value=''>Tous territoires</option>
<option v-for='(k, v) in choices("localisation")' :value='v' :key='v'>{{k}}</option>
</select>
</div>
......@@ -51,7 +49,6 @@
<div class="filter">
<p>Où ?</p>
<select @change='filterChange()' v-model="loc_filter">
<option value=''>Tous territoires</option>
<option v-for='(k, v) in choices("localisation")' :value='v' :key='v'>{{k}}</option>
</select>
</div>
......@@ -569,7 +566,7 @@ label {
}
.categories_smartphone_modalite{
width: 37%;
width: 37%;
display: flex;
margin: 0 1%;
}
......@@ -623,7 +620,7 @@ label {
font-size: 3vw;
justify-content: center;
width: 41%;
height: 10vw;
height: 10vw;
align-items: center;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment