Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Stevens <jan@playpass.be>2015-08-21 10:04:16 +0300
committerJan Stevens <jan@playpass.be>2015-08-21 10:04:16 +0300
commita5b567f556a0671ae5fd0f87cee502fa715474fa (patch)
tree16e1e88055b2b6a2c52696f19570394a2974d8fc /templates/project
parent6e34c9d10e5285a460d85371ca093272f02641f4 (diff)
Back to tracking v4-dev, will start tracking rc releases
Diffstat (limited to 'templates/project')
-rw-r--r--templates/project/_bootstrap-variables.sass12
1 files changed, 11 insertions, 1 deletions
diff --git a/templates/project/_bootstrap-variables.sass b/templates/project/_bootstrap-variables.sass
index e14ecb0..371c285 100644
--- a/templates/project/_bootstrap-variables.sass
+++ b/templates/project/_bootstrap-variables.sass
@@ -5,7 +5,7 @@
// the Bootstrap defaults without modifying key, versioned files.
-// Table of ontents
+// Table of Contents
//
// Colors
// Options
@@ -445,6 +445,16 @@
// $state-danger-border: darken($state-danger-bg, 5%);
+// 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
// $tooltip-max-width: 200px;