Spaces:
Running
Running
File size: 1,161 Bytes
287303b aff706e 287303b aff706e 287303b aff706e 287303b aff706e f95af99 d39bca9 aff706e 287303b d39bca9 68f03a1 d39bca9 68f03a1 dbda29e d39bca9 aff706e 287303b aff706e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | body {
background-color: #f8f9fa;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.card {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border: none;
transition: transform 0.2s;
}
.card:hover {
transform: translateY(-5px);
}
.card-header {
font-weight: 600;
}
#invoiceFieldsList,
#newFieldsList {
max-height: 300px;
overflow-y: auto;
}
.list-group-item {
padding: 0.75rem 1.25rem;
}
.remove-field {
padding: 0 0.5rem;
line-height: 1;
}
#pdfPreview {
background: #f8f9fa;
border-radius: 0.25rem;
padding: 1rem;
overflow: auto;
}
#pdfViewer {
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
margin: 0 auto;
}
#pdfViewer canvas {
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#localPath {
margin-top: 0.5rem;
}
#newFieldsSection {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid #eee;
}
.btn {
font-weight: 500;
padding: 0.5rem 1.5rem;
}
.display-4 {
font-weight: 700;
color: #2c3e50;
}
.lead {
color: #7f8c8d;
} |