Thicker progress bar on cards

This commit is contained in:
2018-09-11 19:45:42 +02:00
parent f87c7a25df
commit a753637e70

View File

@@ -62,10 +62,11 @@
background-position: center background-position: center
$card-progress-height: 5px
.progress .progress
height: 4px height: $card-progress-height
position: absolute position: absolute
top: -4px top: -$card-progress-height
width: 100% width: 100%
.card-img-top .card-img-top