Import initial : code en production sur Hetzner
This commit is contained in:
commit
cf6ee64e31
43 changed files with 14404 additions and 0 deletions
31
app/assets/css/main.css
Normal file
31
app/assets/css/main.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue