2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Extract $code-font-size variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 22:37:00 -08:00
parent 79c955f019
commit 9fdae5f391
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ samp {
// Inline code
code {
padding: .2rem .4rem;
font-size: 90%;
font-size: $code-font-size;
color: $code-color;
background-color: $code-bg;
@include border-radius($border-radius);
@@ -18,7 +18,7 @@ code {
// User input typically entered via keyboard
kbd {
padding: .2rem .4rem;
font-size: 90%;
font-size: $code-font-size;
color: $kbd-color;
background-color: $kbd-bg;
@include border-radius($border-radius-sm);
@@ -37,7 +37,7 @@ pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
font-size: 90%;
font-size: $code-font-size;
color: $pre-color;
// Account for some code outputs that place code tags in pre tags