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/_thanksPage.sass
.thanks-page
  .title
    display: block
    +semibold
    font-size: 15px
    line-height: 18px
    color: $blue

  .thank-you
    margin: 20px 0
    display: block
    +semibold
    font-size: 24px
    line-height: 26px
    color: $blue
    strong
      +bold
      font-size: 30px
      line-height: 32px
      display: block

  .subscribe-block
    padding: 18px 16px
    p
      +regular
      font-size: 14px
      line-height: 17px
      color: $mobileBlack
      strong
        +semibold

      a
        color: $blue
        text-decoration: none
        +regular
      &:last-of-type
        margin-bottom: 0

    form
      margin: 18px auto
      width: 100%
      .input-holder
        margin-bottom: 10px

      .btn-holder
        width: 100%
        height: 42px
        margin: 18px auto 0
        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