feat: scaffold projet avec stubs et test runner navigateur

This commit is contained in:
2026-05-27 10:05:07 +02:00
commit 4e9640ddfa
9 changed files with 1758 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.drop-active {
border-color: #3b82f6 !important;
background-color: #eff6ff !important;
}
.image-card {
transition: box-shadow 0.2s;
}
.image-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.picking-color {
cursor: crosshair;
outline: 3px solid #7c3aed;
}