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/Eurotools/euro-tools.nl/resources/assets/sass/site/pages/_thanks.sass
/*==========================================================================
  Thanks page
  ========================================================================== */
body.thanks
  position: relative
  &:before
    content: ''
    position: absolute
    display: block
    right: 0
    bottom: 774px
    width: 648px
    height: 648px
    background: url('/img/svg/big_hamer.svg')
    background-size: 130%
    background-position: 170% -25%
    background-repeat: no-repeat
    transform: scaleX(-1)

    +respond-to-width(950)
      display: none

  > .content
    > .right
      position: static
      +respond-to-width(950)
        padding: 0
      .thanksContent
        position: static
        margin-bottom: 30px
        &:before
          content: ''
          display: block
          position: absolute
          left: 0
          top: 210px
          width: 100vw
          height: 375px
          background-color: white
          z-index: -1

          +respond-to-width(950)
            display: none

        +respond-to-width(950)
          background-color: white
          padding-bottom: 60px
          margin-bottom: 0

        .breadcrumb
          margin: 0
          margin-bottom: 5%
          padding: 30px 0 0 0

          +respond-to-width(950)
            padding-left: 20px

          a
            text-decoration: none
            color: #696E78
            span
              color: #696E78
              text-decoration: none
              transition: color 0.2s

        .left
          width: column(2.5, 9.5)
          padding: 20px

          +respond-to-width(650)
            width: 100%
            text-align: center

          svg
            width: 85%
            height: 100%
            max-width: 150px

        .right
          vertical-align: top
          width: column(6.9, 9.5)

          +respond-to-width(650)
            width: 100%
            padding: 20px

          h1
            margin: 0
            color: #3C414B
            font-size: 26px
            font-weight: 600
            line-height: 41px

          h2
            margin-top: 10px
            color: #3C414B
            font-size: 20px
            font-weight: 600
            line-height: 32px

            p
              margin: 0