Skip to content

Commit

Permalink
changes 1px to border-width variable on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante committed Aug 14, 2017
1 parent 7de266d commit 3e3cd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ $jumbotron-bg: $gray-200 !default;

$card-spacer-y: .75rem !default;
$card-spacer-x: 1.25rem !default;
$card-border-width: 1px !default;
$card-border-width: $border-width !default;
$card-border-radius: $border-radius !default;
$card-border-color: rgba($black,.125) !default;
$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
Expand Down

0 comments on commit 3e3cd3e

Please sign in to comment.