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/fire-tech/fire-tech.nl/resources/assets/sass/site/pages/_default.sass
body.default
  .dynamic-content
    padding: 60px 0 120px
    background-color: white

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

    .kms-content
      h1, h2, h3
        color: $red

        strong
          color: $orange

      h3
        color: $orange

        strong
          color: $black

      h4
        color: rgba(white, 0.5)

      p
        color: $black

      ul
        li
          color: $black

          &:before
            color: $black

      ol
        li
          color: $black

          &:before
            color: $black

      a
        color: rgba($red, 0.6)
        text-decoration: none

        &:hover
          color: rgba(white, 0.8)
          text-decoration: none

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

        &.right
          .arrow
            margin-left: 30px