HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode-site/src/style/components/animation.scss
.animation {
  position: absolute;

  img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  &_qcm {
    top: 8%;
    left: 29.3%;

    @include breakpoint-down('deskL') {
      width: 319px;
      height: 256px;
      top: 47px;
      left: 17.9%;
    }

    @include breakpoint-down('deskS') {
      width: 176px;
      height: 141px;
      top: 62px;
      left: 19.9%;
    }

    @include breakpoint-down('tabM') {
      top: 64px;
      left: -10.1%;
    }
  }

  &_amaiz {
    top: 34%;
    left: 41%;
    z-index: 1;

    @include breakpoint-down('deskL') {
      width: 354px;
      height: 302px;
      top: 29%;
      left: 35%;
    }

    @include breakpoint-down('deskM') {
      top: 33%;
      left: 37%;
    }

    @include breakpoint-down('deskS') {
      width: 196px;
      height: 167px;
      top: 37%;
    }

    @include breakpoint-down('tabM') {
      top: 29%;
      left: 23%;
    }
  }

  &_ex {
    top: 61%;
    left: 45%;

    @include breakpoint-down('deskL') {
      width: 289px;
      height: 279px;
      top: 59%;
      left: 46.5%;
    }

    @include breakpoint-down('deskM') {
      top: 68%;
      left: 48.5%;
    }

    @include breakpoint-down('deskS') {
      width: 156px;
      height: 151px;
      top: 60%;
      left: 49.5%;
    }

    @include breakpoint-down('tabM') {
      top: 46%;
    }
  }

  &_qcex {
    top: 70%;
    right: 15.5%;

    @include breakpoint-down('deskL') {
      width: 338px;
      height: 318px;
      top: 68%;
    }

    @include breakpoint-down('deskM') {
      top: 77%;
      right: 5.5%;
    }

    @include breakpoint-down('deskS') {
      width: 187px;
      height: 176px;
      top: 80%;
      right: 12.5%;
    }

    @include breakpoint-down('tabM') {
      top: 82%;
      right: -9.5%;
    }
  }

  &_iq {
    top: 62%;
    left: 15%;
    z-index: 1;

    @include breakpoint-down('deskL') {
      width: 349px;
      height: 315px;
      top: 60%;
      left: 10%;
    }

    @include breakpoint-down('deskM') {
      top: 69%;
      left: 11%;
    }

    @include breakpoint-down('deskS') {
      width: 193px;
      height: 174px;
      top: 67%;
      left: 12%;
    }

    @include breakpoint-down('tabM') {
      left: -15%;
      top: 60%;
    }
  }

  &_westive {
    top: 83%;
    left: 25%;

    @include breakpoint-down('deskL') {
      width: 319px;
      height: 256px;
      top: 80%;
      left: 27%;
    }

    @include breakpoint-down('deskM') {
      top: 92%;
      left: 29%;
    }

    @include breakpoint-down('deskS') {
      width: 176px;
      height: 142px;
      top: 87%;
      left: 28%;
    }

    @include breakpoint-down('tabM') {
      top: 74%;
      left: 17%;
    }
  }
}