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/SBogers10/signmania.komma.pro/wwwroot/css/partials/_ajax.sass
.ajax-container
  position: relative
  left: 80px
  width: calc(100% - 160px)
  min-height: calc(100vh - 160px)
  background-color: $gray
  border-radius: 25px

  &.loaded-animation
    background-color: $gray !important

  +respond-to-width(1370)
    left: 60px
    width: calc(100% - 120px)
    min-height: calc(100vh - 120px)

  /* Mobile view
    ========================================================================== */
  +respond-to-width-or-height(500, 600)
    left: 0
    width: 100%
    min-height: 0
    border-radius: 0