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/arborconsulting.komma.pro/_kmsContent.sass
/* ==========================================================================
   Default styling for KMS content
   ========================================================================== */

.kms-content

  h1, h2, h3
    font-family: $headerFont
    font-weight: 400
    line-height: 1.4

    strong
      font-weight: 700

  h1
    font-size: 1.6rem
    color: $arborDarkGreen
    font-weight: 700

    strong
      color: $arborLightTextColor

  h2
    font-size: 1.4rem
    color: $arborLightTextColor

  h3
    font-size: 1.2rem
    color: $arborDarkGreen


  h4
    font-size: 0.7rem
    line-height: 1.3
    font-weight: 400
    color: $arborTextColor
    text-transform: uppercase



  p
    font-size: 0.8rem
    line-height: 1.4
    color: $arborTextColor

  ul
    padding-left: 0
    list-style: none

    li
      position: relative
      padding-left: 30px
      font-size: 0.8rem
      line-height: 1.4
      color: $arborTextColor

      &:before
        position: absolute
        left: 0
        top: 2px
        content: '•'
        color: $arborTextColor
        font-size: 1.2em
        line-height: 1

      + li
        margin-top: 5px

  ol
    counter-reset: ol-counter
    padding-left: 0
    list-style: none
    li
      padding-left: 30px
      font-size: 0.8rem
      line-height: 1.4
      color: $arborTextColor

      &:before
        counter-increment: ol-counter
        content: counter(ol-counter)'.'
        position: absolute
        left: 0
        color: $arborTextColor

      + li
        margin-top: 5px

  a:not(.button)
    color: $arborLightTextColor
    text-decoration: none

    &:hover
      text-decoration: underline