]> _ Git - pmi.git/commitdiff
wait #3604 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jun 2020 17:54:22 +0000 (19:54 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jun 2020 17:54:22 +0000 (19:54 +0200)
resources/views/components/cart-add.blade.php

index 54fe378d8d6319c933baccc23573615134c14308..dc5aa01aa93da9fcb44c7faa7363914381bcf8c9 100644 (file)
@@ -3,8 +3,8 @@
             <span class="add">
                {{ __('Ajouter à ma sélection') }}
             </span>
-            <span class="added absolute top-0 left-0 w-full h-full flex items-center justify-ce hidden">
-                @svg('tick', 'w-4 mr-3 inline absolute left-0') <span class="relative" style="top:-15%">{{ __('Produit ajouté') }}</span>
+            <span class="added absolute top-0 left-0 w-full h-full flex items-center justify-ce hidden" style="top:-2px">
+                @svg('tick', 'w-4 mr-3 mt-1 inline absolute left-0') <span>{{ __('Produit ajouté') }}</span>
             </span>
         </span>
 </button>