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/_waiting.sass
.waiting-page
  background-color: $mobileGray

  .main-block
    margin-bottom: 40px
    padding-bottom: 5px

  .is-logged
    .title
      +bold
      color: $blue
      font-size: 14px
      line-height: 17px
    form
      margin-top: 10px
      .input-holder
        margin-top: 5px

      .btn-holder
        .btn
          position: relative
          height: 100%
          +flex(center, center)
          input
            width: 100%
            height: 100%
            position: absolute
            left: 0
            top: 0
            display: block
            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