diff options
| author | Chris Rebert <[email protected]> | 2016-02-16 22:45:26 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-16 22:45:26 -0800 |
| commit | 67ecc8ca989fa4cd971e2b346e0375f7529f9e46 (patch) | |
| tree | 8b840018cec4900493e8fb8facdeea1d474457a4 /scss/_variables.scss | |
| parent | 881e51d4a769d269ebbbe05484590bdd04790fe3 (diff) | |
| download | bootstrap-67ecc8ca989fa4cd971e2b346e0375f7529f9e46.tar.xz bootstrap-67ecc8ca989fa4cd971e2b346e0375f7529f9e46.zip | |
Extract $code-padding-{x,y} variables
[skip sauce]
[skip validator]
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 8deca2c3d..08b7335de 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -787,6 +787,8 @@ $close-text-shadow: 0 1px 0 #fff !default; // Code $code-font-size: 90% !default; +$code-padding-x: .4rem !default; +$code-padding-y: .2rem !default; $code-color: #bd4147 !default; $code-bg: #f7f7f9 !default; |
