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/zelfverkopen.komma.pro/resources/assets/sass/site/pages/_howItWorks.sass
#howItWorks
  .impression-row
    .content
      ol
        position: relative
        list-style: none
        counter-reset: ol-counter
        padding-left: 0

        &:before
          content: ''
          position: absolute
          left: 14px
          top: 0
          width: 2px
          height: calc(100% - 25px)
          background-color: white

        >li
          position: relative
          padding-left: 40px
          min-height: 30px
          font-size: 0.9rem
          line-height: 1.4

          &:before, &:after
            position: absolute
            left: 0
            top: -2px

          &:before
            counter-increment: ol-counter
            content: counter(ol-counter)
            +flex(center, center)
            width: 30px
            height: 30px
            font-size: 14px
            line-height: 1
            z-index: 2

          &:after
            content: ''
            width: 26px
            height: 26px
            border: 2px solid white
            border-radius: 100%
            background-color: $greyBluer

      +respond-to-width(1000)
        h3
          margin-bottom: 40px

  .full-text-row
    padding-bottom: 120px

    +respond-to-width(740)
      padding-bottom: 60px

      .grid-row
        .kms-content
          text-align: left