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/topswtw.komma.pro/wwwroot/css/partials/products/_discountBar.sass
.overview-product,.product-detail
  // Tip
  .discount-tip
    padding: 0 20px
    min-height: 45px
    font-size: 13px
    color: #777

  // Discount bar
  .product-discount-bar
    width: 100%
    height: 25px
    border-top: $productOverviewBorder 1px solid

    li
      float: left
      width: 25%
      border-right: $productOverviewBorder 1px solid
      color: #B9B9B9
      font-size: 1.2em
      text-align: center
      line-height: 25px

      &:last-child
        border-right: none
      &.active
        +semibold
        font-size: 1.3em
        background-color: $pastel-green
        color: white
      &:hover
        background-color: $blue
        color: white
        cursor: pointer