Sha256: 990e9b2acd1154020af10d27affbfdb89afa8248cc9517fbd0220852e7ba3786

Contents?: true

Size: 1.91 KB

Versions: 6

Compression:

Stored size: 1.91 KB

Contents

main
  .front
    height: 616px
    z-index: 1
    width: 100%
    .front-logo
      position: fixed
      top: 150px
      transform: translateX(-50%)
      width: 100%
      z-index: 2
      @include respond-to(xs)
        top: 180px
    .front-social
      position: fixed
      top: 300px
      width: 100%
      ul
        display: table
        margin: 0 auto
        li
          display: inline-flex
          list-style: none
    .front-footer
      position: fixed
      top: 400px
      width: 100%
    .mouse-scroll
      position: fixed
      top: 400px
      width: 100%
      .mouse
        width: 20px
        height: 40px
        padding: 6px
        border: solid 2px #fff
        border-radius: 20px
        margin: 0 auto
        .scroll
          width: 4px
          height: 10px
          background: #fff
          border-radius: 20px
          animation-name: scroll-down
          animation-duration: 1s
          animation-iteration-count: infinite
  #documentation
    padding: 50px
    font-family: $raleway
    color: rgba(36,45,75,1)
    // background: linear-gradient(to right, #2a3d5b, #445b7a, #516b8a, #425978, #2a3d5b)
    background-color: $white
    // @include respond-to(sm)
    //   background-image: -webkit-linear-gradient(left, #354a69, #516b8a, #354a67)
    //   background-image: -o-linear-gradient(left, #354a69, #516b8a, #354a67)
    //   background-image: linear-gradient(to right, #354a69, #516b8a, #354a67)
    // @include respond-to(xs)
    //   background-image: -webkit-linear-gradient(left, #445b7a, #516b8a, #425978)
    //   background-image: -o-linear-gradient(left, #445b7a, #516b8a, #425978)
    //   background-image: linear-gradient(to right, #445b7a, #516b8a, #425978)
    h3
      font-family: $putua
    a, a:focus, a:hover
      color: #f33e3c

  @keyframes scroll-down
    0%
      margin-top: 0
    30%
      margin-top: 5px
    50%
      margin-top: 3px
    100%
      margin-top: 0

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/app/assets/stylesheets/app/pages/_front.sass
keppler-2.0.6 installer/core/app/assets/stylesheets/app/pages/_front.sass
keppler-2.0.5 installer/core/app/assets/stylesheets/app/pages/_front.sass
keppler-2.0.4.p1 installer/core/app/assets/stylesheets/app/pages/_front.sass
keppler-2.0.4.pre.p1 installer/core/app/assets/stylesheets/app/pages/_front.sass
keppler-2.0.4 installer/core/app/assets/stylesheets/app/pages/_front.sass