Skip to main content
Sign in
Snippets Groups Projects
Commit ede9327f authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Emmanuel Raviart
Browse files

Ajoute une ombre derrière "ticket de caisse" et réduit la largeur du panneau dispositif

parent f3dba69d
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
{#if nodes.length > 0} {#if nodes.length > 0}
<div class="flex border-b border-gray-300"> <div class="flex border-b border-gray-300">
<!-- Navigation dispositifs--> <!-- Navigation dispositifs-->
<div class="bg-le-bleu-light flex flex-col w-5/12 px-2 py-5"> <div class="bg-le-bleu-light flex flex-col w-4/12 px-2 py-5">
{#each nodes as node, index} {#each nodes as node, index}
<div <div
class="border-t border-transparent flex font-extralight font-serif h-6 my-1 text-le-bleu hover:font-bold text-sm whitespace-nowrap hover:whitespace-normal" class="border-t border-transparent flex font-extralight font-serif h-6 my-1 text-le-bleu hover:font-bold text-sm whitespace-nowrap hover:whitespace-normal"
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
{/each} {/each}
</div> </div>
<!-- ticket de caisse--> <!-- ticket de caisse-->
<div class="flex pt-5"> <div class="flex pt-5 px-2 shadow-md">
<div class="flex flex-col "> <div class="flex flex-col ">
{#each nodes as node, index} {#each nodes as node, index}
<div <div
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
</div> </div>
<!-- Waterfall--> <!-- Waterfall-->
<div <div
class="flex flex-1 flex-col ml-1 min-w-min pt-5" class="flex flex-1 flex-col ml-1 min-w-min pt-5 pl-2"
bind:offsetWidth={waterfallWidth} bind:offsetWidth={waterfallWidth}
> >
{#each nodes as node, index} {#each nodes as node, index}
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment