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

.kms-content

  h1, h2, h3
    line-height: 1.4

    strong
      font-weight: 700


  h1
    font-size: 1.7rem
    color: $darkGrey

    strong
      color: $turquoise

  h2
    color: $turquoise
    font-size: 1.3rem

    strong
      color: $darkGreen

  h3
    font-size: 1.15rem
    color: $darkGreen

    strong
      color: $turquoise

  h4
    font-size: 0.7rem
    line-height: 1.3
    color: $darkGreen
    text-transform: uppercase

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

  ul
    padding-left: 0
    list-style: none

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

      &:before
        position: absolute
        left: 0
        top: 2px
        content: '•'
        color: $turquoise
        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: $darkGrey

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

      + li
        margin-top: 5px

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

    &:hover
      color: $darkGreen
      text-decoration: underline

  .button
    margin-top: 35px