From feff05daf02f0fcc89c20ea42cb0d10b37eb5fa1 Mon Sep 17 00:00:00 2001 From: SofianeLasri <alasri250@gmail.com> Date: Fri, 14 Jan 2022 15:45:33 +0100 Subject: [PATCH] height: 15rem; --- pages/assets/css/styles.css | 7 ++++++- pages/client/shops.php | 12 +----------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/pages/assets/css/styles.css b/pages/assets/css/styles.css index dd5fbd10..fe6e2d45 100644 --- a/pages/assets/css/styles.css +++ b/pages/assets/css/styles.css @@ -115,4 +115,9 @@ .intro-vitrine h1, h2{ font-family: "Proxima Nova Bold"!important; } -/* Fin intro vitrine */ \ No newline at end of file +/* Fin intro vitrine */ + +/* Shops */ +.shopsFilter select.form-control{ + height: 15rem!important; +} \ No newline at end of file diff --git a/pages/client/shops.php b/pages/client/shops.php index 0040af16..43067f8b 100644 --- a/pages/client/shops.php +++ b/pages/client/shops.php @@ -24,7 +24,7 @@ <!-- Contenu --> <div class="container mt-5"> <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> <form method="get"> <div class="form-group"> @@ -35,16 +35,6 @@ <option>3</option> <option>4</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> </div> <div class="mc-button normal" onClick="javascript:this.form.submit();"> -- GitLab