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/meulendijk.komma.pro/resources/assets/sass/site/pages/_default.sass
body.default
  .dynamic-content
    padding: 100px 0 120px
    background-color: $blackBlue

    .dynamic-block.full-text-block
      .content
        text-align: left

    .kms-content
      position: relative

      +respond-to-width-beyond(900)
        &:before
          content: ''
          position: absolute
          left: -35px
          top: 0
          width: 3px
          height: 100%
          background-color: $red



      h1, h2, h3
        color: white

        &:first-child

          +respond-to-width-beyond(900)
            margin-top: 0

        strong
          color: $orange

      h3
        color: $orange

        strong
          color: white

      h4
        color: rgba(white, 0.5)

      p
        color: $lightGrey

      ul
        li
          color: $lightGrey

          &:before
            color: $lightGrey

      ol
        li
          color: $lightGrey

          &:before
            color: $lightGrey

      a
        color: rgba(white, 0.85)
        text-decoration: none

        &:hover
          color: white
          text-decoration: none

      .button
        margin-top: 40px
        background-color: $red
        color: white
        text-transform: uppercase

        &:hover
          background-color: $darkRed

        &.right
          .arrow
            margin-left: 30px