Sha256: c9909427d138a802b39efce5a0ba623f0156af0bd7836da1243e1afc626fdbd6

Contents?: true

Size: 887 Bytes

Versions: 63

Compression:

Stored size: 887 Bytes

Contents

@layer utilities {
  .background-fade-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    z-index: -1;
  }

  .background-fade {
    &:before {
      content: "";
      position: absolute;
      z-index: 1;
      @apply bg-primary-200 bg-gradient-to-r from-white
    }

    position: absolute;
    top: 0px;
    transform: translate(-360px, 0px) rotate(-45deg);
    z-index: -1;
    @apply bg-primary-400 bg-gradient-to-r from-white
  }

  .medium-fade {
    &:before {
      right: -40px;
      top: -200px;
      width: 1000px;
      height: 600px;
    }

    right: -800px;
    width: 800px;
    height: 600px;
  }

  .large-fade {
    &:before {
      right: -0px;
      top: -200px;
      width: 1500px;
      height: 800px;
    }

    right: -700px;
    width: 1000px;
    height: 800px;
  }
}

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.6.12 app/assets/stylesheets/light/tailwind/utilities/bg-fade.css
bullet_train-themes-light-1.6.11 app/assets/stylesheets/light/tailwind/utilities/bg-fade.css
bullet_train-themes-light-1.6.10 app/assets/stylesheets/light/tailwind/utilities/bg-fade.css