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/Eurotools/euro-tools.nl/resources/assets/sass/site/pages/_sitemap.sass
/*==========================================================================
  Sitemap page
  ========================================================================== */
.sitemap
  ul
    padding-left: 40px
    padding-bottom: 20px
    font-size: 0.85em
    list-style: none

  >ul
    padding-left: 20px
    list-style: none
    >li>ul
      list-style: none

.sitemap-list
  list-style: none
  li
    position: relative
    list-style: none
    &:before
      content: ''
      top: 0
      position: absolute
      left: -30px
      width: 14px
      height: 100%

      background-position: center center
      background-position-y: 10px
      background-size: 102px 12.5px
      background-repeat: no-repeat
      background-image: url("/img/svg/arrow/arrow_dark.svg")
      transition: background-position 0.2s

    a
      padding: 3px 0
      display: block
      color: $grey

    ul
      list-style: none