feat(image-import): wire open-image-import-btn + card-header layout
This commit is contained in:
parent
20f63e07cd
commit
7154edde86
3 changed files with 30 additions and 1 deletions
14
styles.css
14
styles.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue