Sha256: 0d4add66fd8ee840e68bc8f4283fd15dc261d2b79c13d3e4b1da89dc48604449

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

/*  Last full read through 28/12/2020
 *
 *##############################################
 *# data landing  /_sass/env/data.sass
 *##############################################
 *
 */
$hero-follow-bottom: 59.5vh

.image__filter--blur
  @include image-filter--blur

.hero__overlay
  background-color: $env-primary

.bg--env-100
  background-color: $env-primary

.bg--env-50
  background-color: rgba($env-primary, .5)

.hero__follow
  background-color: $env-primary
  top: $hero-follow-bottom
  top: calc(var(--vh, 1vh) * #{strip-unit($hero-follow-bottom)})

.segment__keywords
  display: flex
  flex-direction: column
  align-items: center
  justify-content: space-around
  padding: 3rem 2rem
  & > *
    padding: 2rem 0

.image--guarantee
  @include image-filter-rotate
  height: 100vh

.action__call

  &:before
    background-color: rgba($env-secondary, .2)

  span
    color: $env-primary


  svg
    stroke: $env-primary

  &:hover
    &::before
      background-color: rgba($env-secondary, 1)

.segment__right
  background-color: $image-blend

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slow-steps-1.0.8 _sass/env/data.sass
slow-steps-1.0.6 _sass/env/data.sass
slow-steps-1.0.5 _sass/env/data.sass
slow-steps-1.0.4 _sass/env/data.sass
slow-steps-1.0.3 _sass/env/data.sass
slow-steps-1.0.2 _sass/env/data.sass
slow-steps-1.0.1 _sass/env/data.sass