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/SBogers60/agrimac.nl/wwwroot/css/partials/projects/_subMenu.sass
.sub-menu
  padding: 80px 0
  >p
    font-size: 1rem
    line-height: 1.2
    color: white
    font-weight: semi-bold()
    margin: 0 0 1rem

  ul
    list-style: none
    padding: 0
    margin: 0

    li
      font-size: 0.9rem
      line-height: 1.2
      border-bottom: 1px solid rgba(white, 0.25)

      a
        +flex(space-between, flex-start)
        text-decoration: none
        color: white
        padding: 15px 0
        transition: color 0.3s

        p
          margin: 0
          width: calc(100% - 27px)

        .arrow
          position: relative
          right: 4px
          top: 1px
          display: inline-block
          width: 9px
          transform: translate3d(0,0,0)
          transition: transform 0.5s

          svg
            width: 100%
            max-height: 18px 
            transform-origin: center
            transform: rotate(270deg)

            &.arrow-icon
              .st0
                fill: white

        &:hover
          color: rgba(white, 0.6)
          .arrow
            transform: translate3d(8px,0,0)

      &.active
        a
          color: white
          font-weight: semi-bold()