Thicker progress bar on cards

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

View File

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