feat: garage module for client B (step 4)

This commit is contained in:
Floriansylvain
2025-12-16 21:19:34 +01:00
parent dbce932ce2
commit 4e7c0f10c1
4 changed files with 118 additions and 0 deletions
+9
View File
@@ -2,6 +2,7 @@
background: #1f2937;
color: #fff;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
padding: 10px 14px;
@@ -28,6 +29,14 @@
border: 1px solid rgba(255, 255, 255, 0.08)
}
.toolbar-modules {
width: 100%;
display: flex;
gap: 10px;
margin-top: 8px;
align-items: center;
}
.error-message {
color: crimson;
}