feat(image-import): wire open-image-import-btn + card-header layout

This commit is contained in:
Kenearos 2026-05-12 18:20:11 +02:00
parent 20f63e07cd
commit 7154edde86
3 changed files with 30 additions and 1 deletions

View file

@ -112,6 +112,20 @@ header h1 {
font-size: 1.2rem;
}
/* Card header (used by Bild-Import button) */
.card-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
gap: 10px;
flex-wrap: wrap;
}
.card-header h2 {
margin-bottom: 0;
}
/* Form Elements */
.form-group {
margin-bottom: 20px;