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/SBogers96/smilefotografie.nl/wwwroot/css/partials/_overview.sass
ul.overview
  width: 100%

  li
    position: relative
    display: block

    a
      display: block
      @extend %clearfix 

    .top-grey
      +position(absolute, 0 null null 0)
      z-index: 2
      width: 100%
      height: 80px
      background: #C4C7C6

    .background
      +position(absolute, 0 null null 0)
      width: 50%
      height: 100%

      &.right
        left: auto
        right: 0
      &.light
        background: #fff
      &.dark
        background: $light-background

    .image-holder,.title-holder
      position: relative
      z-index: 10
      float: left
      width: 50%
      height: 280px

      +respond-to(small)
        height: 240px
      +respond-to(mobile)
        height: 160px

    .image-holder
      overflow: hidden
      background: #ccc

      img
        width: 100%
        +transition(transform 150ms ease-out)

    .title-holder
      background: #fff
      text-align: center
      +valign-parent
      color: #000

      .title
        position: relative
        +valign-child
        font-size: 2.181818em

        .line
          +position(absolute, null null -4px 50%)
          display: block
          width: 0
          height: 1px
          background: #878787

          +transition(width 150ms ease-out, left 150ms ease-out)

    &:hover
      .image-holder
        img
          +transform(scale(1.1))

      .title-holder
        .title
          .line
            left: 0
            width: 100%