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/packages/komma/kms/css/attributes/___images.sass
.entity-attribute-images

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

  .uploads
    display: none

  .image-list

    margin-left: 205px
    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

        span.image-thumb-li
          +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.arrow
          position: absolute
          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
          &:hover:after
            content: none
          input
            display: block
            height: 100%
            width: 100%
            opacity: 0
            cursor: pointer