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

.kms-content
  h1
    font-size: 1.6rem
    font-weight: extrabold()
    line-height: 1.8

  h2
    font-size: 1.4rem
    line-height: 1.6

  h3
    font-size: 1.1rem
    line-height: 1.4

  h4
    font-size: 0.8rem
    line-height: 1.6
    text-transform: uppercase

  p
    font-size: 0.8rem
    line-height: 1.625
    color: $darkgrey

  ul
    padding-left: 0
    margin-top: 1em
    list-style: none
    font-size: 0.8rem
    line-height: 1.4

    li
      position: relative
      padding-left: 30px

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

      + li
        margin-top: 5px

  ol
    counter-reset: ol-counter
    margin-top: 1em
    padding-left: 0
    list-style: none
    font-size: 0.8rem
    line-height: 1.4

    li
      padding-left: 30px

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

      + li
        margin-top: 5px

  a:not(.button)
    color: $dark
    text-decoration: underline
    transition: color 0.2s

    &:hover
      color: $grey