Skip to content
Snippets Groups Projects
Select Git revision
  • d26282f1241336fb4840c645ddf088a9f7a152f5
  • test default protected
  • master protected
  • original
  • pirati-backup protected
  • beta-2
  • beta-1
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.16
  • v3.0.15
  • v3.0.14
  • v3.0.13
  • v3.0.12
  • v3.0.11
  • v3.0.10
  • v3.0.9
  • v3.0.8
  • v3.0.7
  • v3.0.6
  • v3.0.5
  • v3.0.4
25 results

migrate-to-3.5.txt

Blame
  • carousels.pcss 1014 B
    .header-carousel {
      display: block;
      margin: 0 auto;
      position: relative;
    
    
      .header-carousel--text-wrapper,
      .elections--header-carousel--text-wrapper,
      .onboarding--header-carousel-text-wrapper {
        @apply font-alt text-5xl uppercase w-[98vw] absolute
      }
    
      .header-carousel--text-wrapper, .elections--header-carousel--text-wrapper {
        @apply lg:text-7xl
      }
    
      .onboarding--header-carousel-text-wrapper {
        @apply lg:text-6xl
      }
    
      .header-carousel--text-wrapper {
        bottom: 37%;
        height: 85%;
    
        @screen xl {
          bottom: 33%;
        }
      }
    
    
      .elections--header-carousel--text-wrapper {
        bottom: 45%;
        height: 85%;
    
        @screen xl {
          bottom: 10%;
        }
      }
    
    
    .header-carousel--image {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    
        @apply w-screen absolute object-cover h-full;
        @apply xl:h-[458px];
    
        @screen md {
          @apply h-full;
        }
      }
    
      @keyframes right_to_left {
        from {
          margin-left: 20%;
        }
        to {
          margin-left: 10%;
        }
      }
    }