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.com/src/scss/trading-platform/folderStyle.scss
.folderHeader {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;

  .row {
    border-radius: 12px;
    height: 82px;
    background-color: $techWhite;
    svg {
      height: 40px;
    }

    @include breakpoint-down('deskL') {
      svg {
        height: 30px;
      }
    }
    @include breakpoint-down('tabL') {
      height: 50px;
      svg {
        height: 26px;
      }
    }
    @include breakpoint-down('tabM') {
      height: 24px;
      svg {
        height: 13px;
        width: auto;
      }
    }
    &:last-of-type {
      margin-top: -52px;
      z-index: 1;
      position: relative;

      @include breakpoint-down('deskL') {
        margin-top: -54px;
      }

      @include breakpoint-down('tabL') {
        margin-top: -25px;
      }

      @include breakpoint-down('tabM') {
        margin-top: -12px;
      }
    }
    &.red {
      background-color: $redPrimary;
    }
    svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
  }
}
.folderДrest {
  &.center {
    right: 0;
    left: 0;
    margin: auto;
  }
  position: absolute;
  bottom: 49px;
  left: -2px;
  width: fit-content;
  height: fit-content;
  display: flex;
  svg {
    height: 40px;
  }

  @include breakpoint-down('deskL') {
    bottom: 24px;
    svg {
      height: 30px;
    }
  }
  @include breakpoint-down('tabL') {
    bottom: 14px;
    svg {
      height: 26px;
    }
  }
  @include breakpoint-down('tabM') {
    bottom: 13px;
    svg {
      height: 13px;
      width: auto;
    }
  }
}
.folderFooter {
  width: 100%;
  position: absolute;
  left: 0;
  height: auto;
  z-index: -1;
  bottom: -17.5px;
  &.top {
    top: 15px;
    bottom: auto;
  }

  @include breakpoint-down('deskL') {
    bottom: -21px;
    &.top {
      top: 7px;
      bottom: auto;
    }
  }
  @include breakpoint-down('tabL') {
    bottom: -16px;
    &.top {
      top: 11px;
      bottom: auto;
    }
  }
  @include breakpoint-down('tabM') {
    bottom: 0;
    &.top {
      top: 4px;
      bottom: 0px;
    }
  }


  .row {
    left: 0;
    z-index: 1;
    position: relative;
    background-color: $techWhite;
    border-radius: 20px;
    height: 60px;

    @include breakpoint-down('tabL') {
      border-radius: 12px;
      height: 36px;
    }
    &.red {
      z-index: -1;
      margin-top: -40px;
      background-color: $redPrimary;
      @include breakpoint-down('deskL') {
        margin-top: -29px;
      }
      @include breakpoint-down('tabL') {
        margin-top: -20px;
      }
    }
  }
}