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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2016-02-17 07:23:54 +0300
committerMark Otto <markd.otto@gmail.com>2016-02-17 07:23:54 +0300
commit853921df324b8aa12929c8f21ebd115128fedeb8 (patch)
treed36e8ec066defd83ced6c4fca2c12366169f3a97 /scss/_type.scss
parent6636e979d9acf253309aa57c2312ccd59ed46e54 (diff)
parent4278eb57ab1e9c48fb4f465867c38642b6eae0cc (diff)
Merge pull request #19210 from twbs/small-font-size
Add $small-font-size variable
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 3bb3551509..b902a24c14 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -60,7 +60,7 @@ hr {
small,
.small {
- font-size: 80%;
+ font-size: $small-font-size;
font-weight: normal;
}