mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Merge pull request #17069 from kkirsche/patch-9
Card variables should be in _variables.scss
This commit is contained in:
commit
ba6cf4839b
@ -2,15 +2,6 @@
|
|||||||
// Base styles
|
// 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 {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: $card-spacer-y;
|
margin-bottom: $card-spacer-y;
|
||||||
|
@ -444,6 +444,16 @@ $state-danger-bg: #f2dede !default;
|
|||||||
$state-danger-border: darken($state-danger-bg, 5%) !default;
|
$state-danger-border: darken($state-danger-bg, 5%) !default;
|
||||||
|
|
||||||
|
|
||||||
|
// Cards
|
||||||
|
$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;
|
||||||
|
|
||||||
// Tooltips
|
// Tooltips
|
||||||
|
|
||||||
$tooltip-max-width: 200px !default;
|
$tooltip-max-width: 200px !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user