File: D:/HostingSpaces/SBogers10/topswtwmobile.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