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 <markdotto@gmail.com>2017-01-04 00:51:06 +0300
committerMark Otto <markd.otto@gmail.com>2017-01-04 06:32:57 +0300
commit0ffd369afdfa064b3a56078ac4351aae01a8c6cf (patch)
tree79d6a8bcd7919ccc9fb1412d1985d1bce37343d2 /scss/_close.scss
parent57d3a25fec7269fbb3795f320d73460135f39f5e (diff)
clarify usage of base font-size so we know what's up
Diffstat (limited to 'scss/_close.scss')
-rw-r--r--scss/_close.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_close.scss b/scss/_close.scss
index 5a92430a47..859990e310 100644
--- a/scss/_close.scss
+++ b/scss/_close.scss
@@ -1,6 +1,6 @@
.close {
float: right;
- font-size: ($font-size-base * 1.5);
+ font-size: $close-font-size;
font-weight: $close-font-weight;
line-height: 1;
color: $close-color;