Skip to content
Snippets Groups Projects
Unverified Commit 17915141 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Ajoute shrink-0 sur le toggle on-off pour qu'il soit lisible sur mobile

parent 9d2443ad
No related branches found
No related tags found
1 merge request!230Ajuste le mobile et fix divers pb
Pipeline #14434 passed
......@@ -442,7 +442,7 @@
<label class="mt-6 inline-flex items-center cursor-pointer">
<input bind:checked={showOnlyDeciles} class="sr-only peer" type="checkbox" />
<div
class="relative w-11 h-6 bg-gray-400 peer-focus:outline-none peer-focus:ring-0 rounded-full peer peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-400 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-le-bleu"
class="relative w-11 h-6 bg-gray-400 peer-focus:outline-none peer-focus:ring-0 rounded-full peer peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-400 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-le-bleu shrink-0"
/>
<span
class="inline-flex items-center gap-1.5 ms-3 text-sm font-medium text-gray-900"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment