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/topswtw.komma.pro/wwwroot/css/mobile/partials/_subscribeForms.sass
.subscribe-forms
  form
    margin-top: 20px
    .input-holder
      margin-bottom: 10px

    .btn-holder
      .btn
        height: 50px
        width: 100%
        background-color: $blue
        border-radius: 10px
        margin-top: 15px
        +flex(center, center)
        position: relative

        &:after
          content: '›'
          +semibold
          color: white
          font-size: 35px
          line-height: 28px
          position: absolute
          right: 15px
          top: -3px
          height: 100%
          +flex(center,center)

        input, a
          text-decoration: none
          position: absolute
          left: 0
          top: 0
          width: 100%
          height: 100%
          +flex(center, center)
        input
          opacity: 0

        span
          color: white
          +regular
          font-size: 17px
          line-height: 19px