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