Skip to content

Commit e7a4b9d

Browse files
committed
Minor missed tweak on mixins
1 parent fc99988 commit e7a4b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/stylesheets/bootstrap/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
background-image: -o-radial-gradient(circle, $innerColor, $outerColor);
447447
background-repeat: no-repeat;
448448
}
449-
@mixin gradient-striped($color, $angle: 45deg) {
449+
@mixin gradient-striped($color: #555, $angle: 45deg) {
450450
background-color: $color;
451451
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,.15)), color-stop(.75, rgba(255,255,255,.15)), color-stop(.75, transparent), to(transparent));
452452
background-image: -webkit-linear-gradient($angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);

0 commit comments

Comments
 (0)