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/EUmans/umansradepo.be/wwwroot/css/partials/_referenceMapRow.sass
.reference-map-row
  background: $lightGreyBackground
  position: relative
  padding: 100px 0 0

  .content-container

    h2
      +font-default(20px, 32px)
      margin: 0 0 40px
      text-align: center
      color: $fontColor1

      &:after
        content: ''
        width: 20px
        height: 3px
        background: $highLightRed
        display: block
        margin: auto
        +transition(width 0.5s)

    &:hover
      h2
        &:after
          width: 40px