1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

fuck around with card borders and more

This commit is contained in:
Mark Otto
2016-01-17 18:55:24 -08:00
parent 94e27cdd6e
commit 955e0405ea
4 changed files with 125 additions and 17 deletions

View File

@@ -474,7 +474,7 @@ $card-spacer-x: 1.25rem !default;
$card-spacer-y: .75rem !default;
$card-border-width: 1px !default;
$card-border-radius: $border-radius !default;
$card-border-color: #e5e5e5 !default;
$card-border-color: rgba(0,0,0,.125) !default;
$card-border-radius-inner: $card-border-radius !default;
$card-cap-bg: #f5f5f5 !default;
$card-bg: #fff !default;