4NK_IA_back/services/web_interface/fontawesome.min.css
ncantu 1fd8ddf8b0 fix: Résolution des erreurs DNS et Broken Pipe
- Ajout endpoint manquant /api/notary/document/{id}/status
- Correction erreur BrokenPipeError dans le serveur web
- Création de ressources CSS/JS locales pour éviter les erreurs DNS
- Bootstrap CSS minimal local (bootstrap.min.css)
- Chart.js minimal local (chart.min.js)
- Font Awesome minimal local (fontawesome.min.css)
- Gestion d'erreurs de connexion fermée par le client
- Interface web fonctionnelle sans dépendances externes
- Aperçu PDF avec PDF.js fonctionnel
- Polling de statut des documents opérationnel
2025-09-09 07:45:15 +02:00

26 lines
765 B
CSS

/* Font Awesome minimal pour 4NK Notariat */
.fas, .fa {
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-cloud-upload-alt:before { content: "☁"; }
.fa-folder-open:before { content: "📁"; }
.fa-file:before { content: "📄"; }
.fa-file-pdf:before { content: "📕"; }
.fa-file-alt:before { content: "📄"; }
.fa-upload:before { content: "⬆"; }
.fa-times:before { content: "✕"; }
.fa-eye:before { content: "👁"; }
.fa-search:before { content: "🔍"; }
.fa-download:before { content: "⬇"; }
.fa-upload:before { content: "⬆"; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-2x { font-size: 2em; }