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 /assets/stylesheets/bootstrap/_card.scss
parent6e34c9d10e5285a460d85371ca093272f02641f4 (diff)
Back to tracking v4-dev, will start tracking rc releases
Diffstat (limited to 'assets/stylesheets/bootstrap/_card.scss')
-rw-r--r--assets/stylesheets/bootstrap/_card.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/assets/stylesheets/bootstrap/_card.scss b/assets/stylesheets/bootstrap/_card.scss
index b0bac74..0a4f5b6 100644
--- a/assets/stylesheets/bootstrap/_card.scss
+++ b/assets/stylesheets/bootstrap/_card.scss
@@ -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;