change and add into components, widgets and pages

This commit is contained in:
LathanDevers
2026-07-30 14:08:49 +02:00
parent ec900efe3a
commit 057aa628a3
39 changed files with 1620 additions and 1062 deletions
+15 -1
View File
@@ -2,4 +2,18 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
/* --- VOS UTILITAIRES PERSONNALISÉS --- */
@layer utilities {
.scrollbar-hide {
/* Masquer pour IE, Edge et Firefox */
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Masquer pour Chrome, Safari et Opera */
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
}