diff options
| author | Andres Galante <[email protected]> | 2017-08-14 16:02:41 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-14 14:02:16 -0700 |
| commit | 1cfbc2c62df86ed1d243591160634965eb0ef2b7 (patch) | |
| tree | 6c123a7a26c9448035d12e51aeeccc2c1d17555f | |
| parent | 2564ee98a6272ef527d563e158e8f19224b7d2d3 (diff) | |
| download | bootstrap-1cfbc2c62df86ed1d243591160634965eb0ef2b7.tar.xz bootstrap-1cfbc2c62df86ed1d243591160634965eb0ef2b7.zip | |
changes 1px to border-width variable on cards
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index e68fb23c8..bbbe1ff42 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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; |
