mirror of
https://github.com/Floriansylvain/Exo-technique-VIE-Barcelone-SaaS-HRTech.git
synced 2026-08-19 11:43:23 +02:00
feat: garage module for client B (step 4)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user