Thicker progress bar on cards
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user