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/straffer.komma.nl/workbench/komma/kms/public/css/attributes/_images.sass
.entity-attribute-images

  height: auto
  box-sizing: border-box
  line-height: 59px

  .uploads
    display: none

  .image-list

    margin-left: 230px
    box-sizing: border-box

    ul
      +clearfix
      margin: 0
      padding: 0
      padding-top: grid-row(.5)
      list-style: none
      line-height: 58px
      box-sizing: border-box

      li
        position: relative
        margin-right: grid-row(.5)
        margin-bottom: grid-row(.5)
        box-sizing: border-box
        display: block
        float: left
        +size(60px 60px)
        position: relative

        &.image-thumb:nth-child(2)
          span.left.arrow
            display: none

        &.image-thumb:last-of-type
          span.right.arrow
            display: none

        &.just-uploaded:hover:after
          position: absolute
          opacity: .9
          top: 0
          left: 0
          width: 100%
          height: 100%
          content: ''
          background-color: #f2303f
          background-image: url(../img/structure/icon_trash.svg)
          background-repeat: no-repeat
          background-position: 50% 50%
          background-size: 16px 16px

        span.image-thumb-li, span.image-thumb-span
          +size(60px 60px)
          overflow: hidden
          border-radius: 5px
          cursor: pointer
          &:hover:after
            position: absolute
            opacity: .9
            top: 0
            left: 0
            width: 100%
            height: 100%
            content: ''
            background-color: #f2303f
            background-image: url(../img/structure/icon_trash.svg)
            background-repeat: no-repeat
            background-position: 50% 50%
            background-size: 16px 16px

        span.image-thumb-span
          position: absolute
          top: 0

        span.arrow
          position: absolute
          z-index: 9999
          top: -40px
          cursor: pointer
          &.left
            left: 0
          &.right
            right: 0

        a
          display: block
          +size(100% 100%)
          line-height: 60px
          text-align: center
          overflow: hidden


        img
          height: 100%
          width: 100%
          object-fit: cover
          overflow: hidden



        &.new-image
          border: 2px solid $brand-primary
          background: url('../img/structure/icon_plus.svg')
          background-repeat: no-repeat
          background-position: center center
          border-radius: 0
          position: relative

          input
            position: absolute
            left: 0
            top: 0
            width: 100%
            height: 100%


          &:after
            content: ''
            background: url('../img/structure/icon_image.svg') lighten($brand-default, 15%)
            position: absolute
            width: 100%
            height: 100%
            top: 0
            left: 0
            pointer-events: none
            opacity: 0

            +transition(opacity 0.3s)

          &:hover
            border-color: lighten($brand-default, 15%)
            &:after
              opacity: 1


          input
            display: block
            height: 100%
            width: 100%
            opacity: 0
            cursor: pointer