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/_productOverview.sass
.products-overview
  .products-list
    background-color: $mobileGray
    padding: 0 8px

    .overview-product
      margin-bottom: 16px
      border: 1px solid $mobileBorderColor

      a
        +flex(space-between, center)
        +flex-rows
        position: relative
        text-decoration: none
        background-color: white

        .warning
          width: 100%
          +flex(center, center)
          background-color: $mobileFilterWarning
          box-sizing: border-box
          border: 1px solid $semiBlue

          color: $mobileFilterWarningText
          font-size: 14px
          line-height: 14px
          +regular
          padding: 8px 16px

    .discount-message
      border-radius: 10px
      border: 1px solid $mobileBorderColor
      padding: 25px 20px
      margin: 15px 8px
      +flex(space-between, center)
      span
        +icon-sprite-mobile(-50px -70px, 17px, 16px)
        display: block

      p
        color: $blue
        font-size: 14px
        line-height: 18px
        +regular
        width: calc(100% - 30px)
        margin: 0