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/ZelfVerkopen/zelfverkopen.nl/resources/assets/sass/site/pages/_startSale.sass
#startSale
  .full-text-row
    margin-top: 0
    padding: 80px 0 180px

    &.no-padding-bottom
      padding-bottom: 80px

    .grid-row
      .placeholder
        max-width: 600px

    .kms-content
      h1
        text-align: center
        margin-bottom: 20px

      .sold-counter
        margin: 0 auto 30px

        p
          font-weight: 600
          color: $greyBluer
          font-size: 0.8rem
          line-height: 1.2
          margin-bottom: 10px

        .counter
          +flex(center, center)

          span
            +flex(center, center)
            height: 32px
            width: 32px
            border: 1px solid $greyBlue
            border-top-width: 2px
            border-bottom-width: 2px
            font-size: 0.75rem
            line-height: 1
            font-weight: 600
            color: $greyBluer

            + span
              border-left: none

            &:first-child
              border-radius: 5px 0 0 5px
              border-left-width: 2px

            &:last-child
              border-radius: 0 5px 5px 0
              border-right-width: 2px

  .form-row
    padding-bottom: 160px
    text-align: center

    .form-wrapper
      width: 100%
      max-width: 600px
      margin-top: -60px
      text-align: left

      .model-content
        padding: 0

    +respond-to-width(1000)
      padding-bottom: 80px

    +respond-to-width(540)
      width: 100%