Backup: Stand vor Design-Optimierung (2026-02-16)

Dieser Commit ist enthalten in:
Claude Code
2026-02-16 21:20:16 +00:00
Ursprung afe25fc728
Commit a61fab12e6
37 geänderte Dateien mit 1042 neuen und 3456 gelöschten Zeilen

Datei anzeigen

@@ -1,12 +1,12 @@
/**
* Cookie Consent Banner - DSGVO-konform
* IntelSight / Aegis-Sight
* AegisSight
* Angepasst an Corporate Design (Rheinmetall Style)
*/
/* === CSS Variables (IntelSight Brand) === */
/* === CSS Variables (AegisSight Brand) === */
:root {
--consent-primary: #0f72b5; /* IntelSight Primary Blue */
--consent-primary: #0f72b5; /* AegisSight Primary Blue */
--consent-primary-dark: #00406e; /* Dark Blue */
--consent-gray-light: #f4f4f4;
--consent-white: #FFFFFF;
@@ -17,7 +17,7 @@
--consent-shadow-hover: 0 8px 24px rgba(0,0,0,0.15);
}
/* === Demo Page Styling (IntelSight Style) === */
/* === Demo Page Styling (AegisSight Style) === */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
margin: 0;