espace-paie-odentas/PDF/CSS_PDF.css
odentas 6485db4a75 feat(naa): Amélioration UX modal EditNAA - replier/déplier
- Tous les clients repliés par défaut à l'ouverture du modal
- Boutons 'Tout replier' / 'Tout déplier' pour gérer tous les clients
- Section factures repliable avec bouton Afficher/Masquer
- Affichage résumé facture sélectionnée quand section repliée
- Nouveau client déplié automatiquement pour faciliter la saisie
- Améliore la lisibilité pour NAA avec nombreux clients
2025-10-31 15:28:44 +01:00

70 lines
No EOL
911 B
CSS

body {
font-family: Verdana, sans-serif;
font-size: 12px;
padding: 0 50px;
}
h1 {
text-align: center;
margin-bottom: 30px;
}
p {
margin-bottom: 0;
text-align: justify;
}
.bold {
font-weight: bold;
}
.section {
margin-bottom: 30px;
page-break-inside: avoid;
}
.section-objet {
margin-bottom: 20px;
}
.section_protection {
margin-bottom: 30px;
}
.section-title {
font-weight: bold;
margin-bottom: 10px;
}
ul {
list-style-type: none;
}
.info-paragraph {
display: flex;
flex-direction: column;
}
.info-signature {
font-size: 80px;
color: white;
}
.info-row {
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.info-label {
font-weight: bold;
}
.info-value {
text-align: left;
}
.info-delegation {
text-align: left;
font-style: italic;
}