Sha256: 6424a0fdc886b3dde78f55cce50fea7db3495b883e62cfe13be64a82997ecb8a

Contents?: true

Size: 629 Bytes

Versions: 1

Compression:

Stored size: 629 Bytes

Contents

// dont hover on phones or tablets
@media screen and ( min-width: 1024px )

  .btn-pop
    &:hover
      @include btn-animation
      box-shadow: $box-shadow-hover

  .btn-color-swoosh
    &:hover
      @include btn-animation
      box-shadow: $box-shadow-hover

  .nav-menu
    &:hover > a
      opacity: .5

    a
      &:hover
        opacity: 1

  .footer-nav-links
    &:hover > li
      opacity: .5

    li
      &:hover
        opacity: 1

  .nav-twitter
    &:hover
      color: $twitter-blue

  .nav-facebook
    &:hover
      color: $facebook-blue

  nav
    &:hover
      .site-logo
        transform: translateY(5px)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
made-slowly-0.0.1 _sass/breakpoints/animations.sass