Commit b61ae98d by Damien Moulard

small style change

parent 99a1dfd1
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
border-bottom: 1px solid #d9534f; border-bottom: 1px solid #d9534f;
position: absolute; position: absolute;
content: ""; content: "";
width: 95%; width: 100%;
height: 50%; height: 50%;
display: none; display: none;
} }
......
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
margin: 30px 0 20px 0; margin: 15px 0;
position: -webkit-sticky; position: -webkit-sticky;
position: sticky; position: sticky;
top: 140px; top: 140px;
...@@ -329,8 +329,8 @@ ...@@ -329,8 +329,8 @@
} }
.supplier_pill { .supplier_pill {
background-color: #a0daff; background-color: #ffebcd;
border: 1px solid #6ea8cc; border: 2px solid black;
} }
.pill_supplier_name { .pill_supplier_name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment