Skip to content
Snippets Groups Projects

Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur

2 files
+ 14
13
Compare changes
  • Side-by-side
  • Inline

Files

@@ -48,7 +48,7 @@
@@ -48,7 +48,7 @@
</script>
</script>
<div
<div
class="w-full flex items-center gap-1.5 overflow-hidden rounded-t-md bg-white border-2 border-neutral-200 border-b-4 border-b-[#A6A00C]"
class="w-full flex items-center gap-1.5 overflow-hidden rounded-t-md bg-white border md:border-2 border-neutral-200 border-b-2 md:border-b-4 border-b-[#A6A00C] min-h-10"
>
>
<iconify-icon
<iconify-icon
class="ml-4 self-center p-1 text-xl text-black"
class="ml-4 self-center p-1 text-xl text-black"
@@ -56,7 +56,7 @@
@@ -56,7 +56,7 @@
/>
/>
<input
<input
autocomplete="off"
autocomplete="off"
class="w-full px-1 py-1.5 md:px-3 md:py-3 border-none bg-transparent text-lg text-gray-900 placeholder-gray-400 !ring-transparent focus:outline-none 2xl:text-xl"
class="w-full px-1 py-1.5 md:px-3 md:py-3 border-none bg-transparent text-sm md:text-base lg:text-lg text-gray-900 placeholder-gray-400 !ring-transparent focus:outline-none 2xl:text-xl"
id="navbar_search"
id="navbar_search"
placeholder="impôt sur le revenu, CSG, ..."
placeholder="impôt sur le revenu, CSG, ..."
type="search"
type="search"
Loading