Skip to content
Snippets Groups Projects
Commit feff05da authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

height: 15rem;

parent 56c3bf21
Branches
No related tags found
No related merge requests found
...@@ -116,3 +116,8 @@ .intro-vitrine h1, h2{ ...@@ -116,3 +116,8 @@ .intro-vitrine h1, h2{
} }
/* Fin intro vitrine */ /* Fin intro vitrine */
/* Shops */
.shopsFilter select.form-control{
height: 15rem!important;
}
\ No newline at end of file
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<!-- Contenu --> <!-- Contenu -->
<div class="container mt-5"> <div class="container mt-5">
<div class="row"> <div class="row">
<div class="col-6 col-md-2 border-right"> <div class="col-6 col-md-2 border-right shopsFilters">
<h3>Filtres</h3> <h3>Filtres</h3>
<form method="get"> <form method="get">
<div class="form-group"> <div class="form-group">
...@@ -35,16 +35,6 @@ ...@@ -35,16 +35,6 @@
<option>3</option> <option>3</option>
<option>4</option> <option>4</option>
<option>5</option> <option>5</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select> </select>
</div> </div>
<div class="mc-button normal" onClick="javascript:this.form.submit();"> <div class="mc-button normal" onClick="javascript:this.form.submit();">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment