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/topswtwmobile.komma.pro/wwwroot/css/mobile/pages/_contact.sass
.contact-page
  .cta
    background-color: $mobileGray
    padding: 35px 6.8% 10px
    .message
      +flex(space-between, center)
      max-width: 320px
      width: 100%
      margin: auto
      .cta-text
        width: calc(100% - 110px)
        +semibold
        font-size: 18px
        line-height: 22px
        color: $blue
        font-style: italic
      .person
        width: 90px
        height: 90px
        background-position: top center
        background-size: cover
        border-radius: 9999px
    .btn
      background-color: $blue
      max-width: 320px
      width: 100%
      margin: auto
      border-radius: 8px
      display: block
      height: 40px
      margin-top: 20px
      +flex(center, center)
      text-decoration: none
      position: relative
      &:after
        content: '›'
        +semibold
        color: white
        font-size: 30px
        line-height: 28px
        height: 100%
        position: absolute
        top: -2px
        right: 15px
        +flex(center,center)
      span
        color: white
        +regular
        font-size: 16px
        line-height: 16px

  form
    margin-top: 35px
    .input-holder
      margin-bottom: 10px

    .btn-holder
      width: 80%
      height: 42px
      margin: auto
      background-color: $blue
      border-radius: 8px
      +flex(center, center)
      position: relative
      input
        position: absolute
        left: 0
        top: 0
        width: 100%
        height: 100%
        opacity: 0
      &:after
        content: '›'
        +semibold
        color: white
        font-size: 30px
        line-height: 28px
        height: 100%
        position: absolute
        top: -2px
        right: 15px
        +flex(center,center)
      span
        color: white
        +regular
        font-size: 16px
        line-height: 16px

  .contact-info
    padding: 22px 16px
    background-color: $mobileGray
    .placeholder
      background-color: white
      border-radius: 10px
      padding: 20px 24px

      p
        +regular
        font-size: 15px
        line-height: 18px
        color: $mobileBlack
        strong
          +bold

        a
          text-decoration: none
          color: $blue

        &.legal-info
          +semibold
          span
            display: inline-block
            width: 45px