Skip to content
Snippets Groups Projects
Select Git revision
  • 650f89005a182f729f02ac2fda01a972026d3e30
  • test default protected
  • master protected
  • feat/custom-css
  • feat/redesign-improvements-10
  • feat/redesign-improvements-8
  • feat/redesign-fixes-3
  • feat/pirstan-changes
  • feat/separate-import-thread
  • feat/dary-improvements
  • features/add-pdf-page
  • features/add-typed-table
  • features/fix-broken-calendar-categories
  • features/add-embed-to-articles
  • features/create-mastodon-feed-block
  • features/add-custom-numbering-for-candidates
  • features/add-timeline
  • features/create-wordcloud-from-article-page
  • features/create-collapsible-extra-legal-info
  • features/extend-hero-banner
  • features/add-link-to-images
21 results

__init__.py

Blame
  • heading.pcss 1.78 KiB
    @responsive {
      .head-alt-xl {
        @apply text-7xl font-alt font-normal leading-negative;
      }
    
      .head-alt-lg {
        @apply text-6xl font-alt font-normal leading-negative;
      }
    
      .head-alt-md {
        @apply text-4xl font-alt font-normal leading-negative;
      }
    
      .head-alt-base {
        @apply text-3xl font-alt font-normal leading-negative;
      }
    
      .head-alt-sm {
        @apply text-2xl font-alt font-normal leading-negative;
      }
    
      .head-alt-xs {
        @apply text-xl font-alt font-normal leading-negative;
      }
    
      .head-alt-2xs {
        @apply text-lg font-alt font-normal leading-negative;
      }
    
    
    
      .head-base {
        @apply text-3xl font-condensed font-medium leading-tight;
      }
    
      .head-sm {
        @apply text-2xl font-condensed font-medium leading-tight;
      }
    
      .head-xs {
        @apply text-xl font-condensed font-medium leading-tight;
      }
    
      .head-2xs {
        @apply text-lg font-condensed font-medium leading-tight;
      }
    
    
    
      .head-heavy-base {
        @apply text-3xl font-condensed font-bold leading-tight;
      }
    
      .head-heavy-sm {
        @apply text-2xl font-condensed font-bold leading-tight;
      }
    
      .head-heavy-xs {
        @apply text-xl font-condensed font-bold leading-tight;
      }
    
      .head-heavy-2xs {
        @apply text-lg font-condensed font-bold leading-tight;
      }
    
    
    
      .head-allcaps-2xs {
        @apply text-lg font-condensed uppercase leading-tight;
      }
    
      .head-allcaps-3xs {
        @apply text-base font-condensed uppercase leading-tight;
      }
    
      .head-allcaps-4xs {
        @apply text-sm font-condensed uppercase leading-tight;
      }
    
    
    
    
      .head-allcaps-heavy-2xs {
        @apply text-lg font-condensed font-bold uppercase leading-tight;
      }
    
      .head-allcaps-heavy-3xs {
        @apply text-base font-condensed font-bold uppercase leading-tight;
      }
    
      .head-allcaps-heavy-4xs {
        @apply text-sm font-condensed font-bold uppercase leading-tight;
      }
    }