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/ASmits/kemi.nl/resources/assets/sass/site/pages/jobs/_show.sass
/*==========================================================================
  Job detail page
  ========================================================================== */
body.job-show
  .content

    .intro
      .left
        .image
          height: auto

          figure
            height: auto
            max-width: 500px
            margin-left: auto
            background-color: transparent !important

            img
              display: block !important

            +respond-to-width(960)
              margin-left: 0
              padding: 0 column(1) 40px
              max-width: none

              img
                max-width: 500px



      .right

        a.button
          margin-top: 20px
          background-color: $blue-300
          width: 250px

          &:hover
            background-color: darken($blue-300, 5%)


    .job-detail
      a.button
        position: relative
        top: -120px
        left: column(-1, 12)
      > .grid-col
        > .grid-row
          padding: 80px 0 120px
          max-width: 1000px
          h2
            margin-bottom: 0