HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers104/angeliekly.nl/wwwroot/css/partials/_ajax.sass
.ajax-container
  position: relative
  height: 100vh
  overflow-y: hidden
  section
    +translate3d(0,0,0)
    opacity: 1
    transition: all 0.75s

  .ajax-loaded
    position: absolute
    top: 0
    left: 0
    +translate3d(0, 100vh, 0)
    width: 100%
    height: 100vh
  .moveOut:not(.post-detail)
    +translate3d(0, -100vh, 0)
    opacity: 0
    &.invert
      +translate3d(0, 100vh, 0)
  .ajaxOverlay
    opacity: 1
    +translate3d(0, 0, 0)
    &.animate
      opacity: 0
      +translate3d(0, 100vh, 0)
      transition: none
      &.invert
        +translate3d(0, -100vh, 0)
  //.ajaxOverlay
  //  position: absolute
  //  top: 0
  //  left: 0
  //  +translate3d(0,0,0)
  //  width: 100%
  //  height: 100%

+media-query-height-or-width(900px, 750px)
  .ajax-container
    height: auto