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/_infoMenu.sass
.info-menu
  width: calc( 320px - 84px)
  background: white
  padding: 45px 42px 80px
  position: relative
  top: 100px

  h4
    +font-semi-bold(16px, 20px)
    margin: 0 0 40px
    color: $highLightRed

  ul
    li
      position: relative

      a
        +font-default(16px, 32px)
        color: $fontColor1

      &.active
        a
          color: $fontBlue

        &:before
          content: ''
          +arrowRightBlue
          position: absolute
          left: -20px
          top: 10px
          display: inline-block
  &:after
    content: ''
    position: absolute
    left: 0
    bottom: -30px
    width: 100%
    height: 30px
    background-image: url("/img/dropshadow_menu.png")
    background-size: contain
    background-position: top center
    background-repeat: no-repeat
.isolation
  .info-menu
    h4
      color: $defaultGreen