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/anvil.komma.pro/resources/assets/sass/site/partials/_kmsContent.sass
/* ==========================================================================
   Default styling for KMS content
   ========================================================================== */

.kms-content
  h1, h2, h3
    font-size: 2rem
    line-height: 1.4
    color: $black
    //+bree

    strong
      color: $blue
      font-weight: 400

  h2, h3
    font-size: 1.5rem

  h2
    strong
      color: $black

  h3
    color: $black

    strong
      color: $blue

  h4
    font-size: 1.2rem
    color: $blue
    text-transform: uppercase

  p
    font-size: 1rem
    line-height: 1.5
    color: $lightGrey

  ul
    padding-left: 0
    list-style: none

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

      &:before
        position: absolute
        left: 0
        content: '•'
        color: $blue
        font-size: 1.3em
        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.9rem
      line-height: 1.4
      color: $black

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

      + li
        margin-top: 5px

  a
    color: $blue
    transition: color 0.3s

    &:hover
      color: darken($blue, 15%)