From 0069c27fe28644f6777e3b51a2c7878d417a2dae Mon Sep 17 00:00:00 2001
From: Gaelle Morin <morin.gaelle@gmail.com>
Date: Mon, 10 Dec 2018 16:12:21 +0100
Subject: [PATCH] select: wip

---
 src/styles/main.scss | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/src/styles/main.scss b/src/styles/main.scss
index de77aa37..e91a1332 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -295,6 +295,38 @@ sib-trigger.back {
   grid-row-end: middle;
 }
 
+
+
+
+
+#offers-list > sib-form > form {
+  select {
+    display: inline-block;
+    font: inherit;
+    line-height: 1.5em;
+    padding: 0.5em 3.5em 0.5em 1em;
+
+    margin: 0;
+    box-sizing: border-box;
+    -webkit-appearance: none;
+    -moz-appearance: none;
+
+    background-image:
+      linear-gradient(45deg, transparent 50%, gray 50%),
+      linear-gradient(135deg, gray 50%, transparent 50%),
+      linear-gradient(to right, white, white);
+    background-position: 
+      calc(100% - 20px) calc(1em + 2px),
+      calc(100% - 15px) calc(1em + 2px),
+      calc(100% - 2.5em) 0.5em;
+    background-size:
+      5px 5px,
+      5px 5px,
+      1px 1.5em;
+    background-repeat: no-repeat;
+  }
+}
+
 sib-form-label-text {
   background: aqua;
 }
-- 
GitLab