add compte - modified ...

This commit is contained in:
Tutur33
2023-12-06 13:44:48 +01:00
parent 654f085f3c
commit bdc6c56467
15 changed files with 223 additions and 17 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
</svg>
<svg x-cloak
x-bind:class="localStorage.theme === 'systeme' && window.matchMedia('(prefers-color-scheme: dark)').matches ? '' : 'hidden'"
viewBox="0 0 24 24" fill="none" class="w-6 h-6 mr-2">
viewBox="0 0 24 24" fill="none" class="w-6 h-6 ">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M17.715 15.15A6.5 6.5 0 0 1 9 6.035C6.106 6.922 4 9.645 4 12.867c0 3.94 3.153 7.136 7.042 7.136 3.101 0 5.734-2.032 6.673-4.853Z"
class="fill-transparent"></path>
@@ -36,7 +36,7 @@
<svg x-cloak
x-bind:class="localStorage.theme === 'systeme' && window.matchMedia('(prefers-color-scheme: dark)').matches !== true ? '' : 'hidden'"
viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="w-6 h-6 mr-2">
class="w-6 h-6">
<path d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" class="stroke-slate-400 dark:stroke-slate-500"></path>
<path
d="M12 4v1M17.66 6.344l-.828.828M20.005 12.004h-1M17.66 17.664l-.828-.828M12 20.01V19M6.34 17.664l.835-.836M3.995 12.004h1.01M6 6l.835.836"