Import initial : code en production sur Hetzner
Some checks are pending
CI / tests (push) Waiting to run
CI / deploiement (push) Blocked by required conditions

This commit is contained in:
Adam Belkacemi 2026-09-07 18:21:38 +00:00
commit cf6ee64e31
43 changed files with 14404 additions and 0 deletions

31
app/assets/css/main.css Normal file
View file

@ -0,0 +1,31 @@
@import "tailwindcss";
@theme {
--color-paper: #f2f4ef;
--color-paper-2: #e5e9df;
--color-rule: #c9d1c4;
--color-ink: #10231c;
--color-ink-soft: #4a5a52;
--color-car: #6b3fa0;
--color-bus: #b8621b;
--color-train: #1f4fa8;
--color-bike: #0e7c5a;
}
/* La carte occupe le fond : sans hauteur explicite, elle ne s'affiche pas. */
html, body, #__nuxt {
height: 100%;
}
.tnum {
font-variant-numeric: tabular-nums;
}
/* Barre de defilement discrete dans le panneau lateral. */
.scroll-soft::-webkit-scrollbar {
width: 8px;
}
.scroll-soft::-webkit-scrollbar-thumb {
background: var(--color-rule);
border-radius: 4px;
}