Skip to content
Snippets Groups Projects
Select Git revision
  • fe4e3bcf4ff40cb2a38766ad43081020dc2cdf19
  • main default protected
  • OZG-7856_schadcode_scanner
  • OZG-8314-Alfa-Vorgang-Bearbeiter-Zuweisung-entfernen
  • OZG-8305-Create-webpack-sbom
  • tooltip-improvements
  • release-info
  • release-administration
  • release
  • OZG-7714-UpgradeKeycloakDependencyTo25
  • OZG-8086-Admin-Datenanfrage-erstellen
  • OZG-8086-Datenanfrage-Umbenennung
  • mongodb-7-0-16-e2e
  • OZG-6220-Bescheid-speichern-ohne-Postfach
  • OZG-7922-KeycloakOperatorExceptions
  • OZG-8142-poc-cards
  • OZG-8086-E2E
  • OZG-8086-E2E2
  • OZG-8142-ProjectionStuff
  • OZG-8086-Statistik-Datenanfrage-erstellen
  • ovh-poc-add-image-pull-secret
  • 1.11.0-info
  • 1.11.0-administration
  • 2.26.0-alfa
  • 1.10.0-info
  • 1.10.0-administration
  • 2.25.0-alfa
  • 1.9.0-info
  • 1.9.0-administration
  • 2.24.0-alfa
  • 1.8.0-info
  • 1.8.0-administration
  • 2.23.0-alfa
  • 1.7.0-info
  • 1.7.0-administration
  • 2.22.0-alfa
  • 1.6.0-info
  • 1.6.0-administration
  • 2.21.0-alfa
  • 1.5.0-info
  • 1.5.0-administration
41 results

root.css

Blame
  • root.css 1015 B
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
    
    @import '~@angular/cdk/overlay-prebuilt.css';
    
    :root {
      --warning: 38 92% 50%;
    
      --color-background-secondary: 0 0% 98%;
      --color-mainbg: 0 0% 100%;
      --text: 0 0% 0%;
    
      --color-primary-600: 212 80% 42%;
      --color-background-50: 0 0% 100%;
      --color-background-100: 0 0% 98%;
      --color-background-200: 0 0% 90%;
    
      --color-bewilligt-100: 122 100% 92%;
      --color-bewilligt-700: 122 100% 29%;
    
      --color-abgelehnt-100: 0 100% 92%;
      --color-abgelehnt-500: 0 100% 60%;
    }
    
    .dark {
      --color-background-secondary: 0 0% 16%;
      --color-mainbg: 0 0% 14%;
      --text: 0 0% 100%;
    
      --color-primary-600: 43 96% 58%;
      --color-background-50: 0 0% 0%;
      --color-background-100: 0 0% 8%;
      --color-background-200: 0 0% 16%;
    
      --color-bewilligt-100: 122 100% 92%;
      --color-bewilligt-700: 122 100% 29%;
    
      --color-abgelehnt-100: 0 100% 92%;
      --color-abgelehnt-500: 0 100% 60%;
    }
    
    .bescheid-dialog-backdrop {
      @apply bg-gray-500 bg-opacity-30 transition-opacity;
    }