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/umans.komma.pro/wwwroot/css/partials/_sitemap.sass
.sitemap, .default-page
  background-color: $semiLightGrey
  padding-top: 60px
  padding-bottom: 60px
  .content-container
    background-color: white
    padding: 35px 60px
    box-sizing: border-box

    h1
      +font-semi-bold(32px, 44px)
      color: $fontColor1

    ul
      margin-top: 5px
      margin-bottom: 5px
      li
        padding-left: 40px
        margin-bottom: 5px

        &:before
          content: '•'
          position: relative
          left: -20px
          color: $defaultRed
        a
          font-size: 16px
          line-height: 20px
          color: $fontColor1

.default-page
  .content-container
    h1
      color: $defaultRed
      +font-semi-bold(32px, 44px)
    p
      max-width: 500px
      a
        text-decoration: underline
.isolation
  .sitemap
    .content-container
      ul
        li
          &:before
            color: $defaultGreen

  .default-page
    .content-container
      h1
        color: $defaultGreen