sistemazione composer install

This commit is contained in:
mariano
2026-05-22 14:13:33 +02:00
parent ad42773519
commit ed29fbc62d
252 changed files with 52727 additions and 13 deletions
+20
View File
@@ -0,0 +1,20 @@
.config-diff-container {
font-family: monospace;
font-size: 0.85rem;
max-height: 60vh;
overflow: auto;
border: 1px solid #dee2e6;
border-radius: 4px;
padding: 1rem;
background: #f8f9fa;
}
.config-diff-container ins {
background: #d4edda;
text-decoration: none;
padding: 0 2px;
}
.config-diff-container del {
background: #f8d7da;
text-decoration: none;
padding: 0 2px;
}