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/topswtwmobile.komma.pro/wwwroot/css/mobile/pages/_brandDetail.sass
.brand-detail
  .brand-list
    background-color: $mobileGray
    padding: 0 8px

    .brand-product
      margin-bottom: 2px
      box-sizing: border-box
      border: 1px solid $mobileBorderColor
      background-color: white

      &:last-of-type
        margin-bottom: 0

      a
        text-decoration: none
        +flex(flex-start, center)
        height: 60px
        position: relative

        .image
          width: 80px
          height: 60px
          +flex(center, center)

          img
            max-height: 65%
            max-width: 65%

        h3
          +semibold
          color: $mobileBlack
          font-size: 15px
          line-height: 15px
          width: calc(100% - 120px)

        &:after
          content: '›'
          +semibold
          color: $blue
          font-size: 35px
          line-height: 35px
          position: absolute
          right: 15px
          top: -2px
          height: 100%
          +flex(center,center)