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/vandeurzenheftrucks.nl/wwwroot/css/pages/_projectDetail.sass
.images-container
  +flex()

  .image-main
    animation: fadeIn 0.6s forwards

  .sold
    &:before
      content: ''
      background: url('/img/sold.svg') no-repeat
      display: block
      width: 20%
      height: 20%
      position: absolute

  .images-thumbs
    width: 120px
    margin-left: 10px

    img
      cursor: pointer
      width: 100%
      height: auto

    .image-thumbnail
      margin-bottom: 10px
      opacity: 0.4
      transition: opacity 0.6s ease

    // Add a border when thumbnail is active
    .active
      opacity: 1

@keyframes fadeIn
  0%
    opacity: 0
  100%
    opacity: 1