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/honger.komma.pro/resources/assets/sass/site/partials/_lists.sass
/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Services list
 */

ul.services-list

  padding: 0
  margin: -9px 0 0
  list-style: none

  /**
   * 1. make sure display is block to make clickable over the full width
   */
  a
    position: relative
    display: block /* 1 */
    color: $lightGrey
    text-decoration: none
    cursor: pointer

    /**
     * Arrow at the end of a list item
     */
    &:after
      position: absolute
      top: 10px
      right: 0

      width: 15px
      height: 15px

      content: ''
      +sprite(-59px -20px)

    &:hover
      color: $blue

      &:after
        +sprite(-59px 0)

  li.active
    a
      color: $black
      font-weight: semibold()

      &:after
        background-image: none

  +respond-to-width($xsGridBreakpoint)
    line-height: 2