1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Card variables should be in _variables.scss

Fixes #17061
This commit is contained in:
Kevin Kirsche
2015-08-19 17:34:26 -04:00
committed by Kevin Kirsche
parent 1efb07dad9
commit 9e8bd818b2
2 changed files with 10 additions and 9 deletions

View File

@@ -2,15 +2,6 @@
// Base styles
//
$card-spacer-x: 1.25rem;
$card-spacer-y: .75rem;
$card-border-width: .0625rem;
$card-border-radius: .25rem;
$card-border-color: #e5e5e5;
$card-border-radius-inner: ($card-border-radius - $card-border-width);
$card-cap-bg: #f5f5f5;
.card {
position: relative;
margin-bottom: $card-spacer-y;