diff options
| author | Mark Otto <[email protected]> | 2017-01-03 13:51:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-03 19:32:57 -0800 |
| commit | 0ffd369afdfa064b3a56078ac4351aae01a8c6cf (patch) | |
| tree | 79d6a8bcd7919ccc9fb1412d1985d1bce37343d2 /scss/_close.scss | |
| parent | 57d3a25fec7269fbb3795f320d73460135f39f5e (diff) | |
| download | bootstrap-0ffd369afdfa064b3a56078ac4351aae01a8c6cf.tar.xz bootstrap-0ffd369afdfa064b3a56078ac4351aae01a8c6cf.zip | |
clarify usage of base font-size so we know what's up
Diffstat (limited to 'scss/_close.scss')
| -rw-r--r-- | scss/_close.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_close.scss b/scss/_close.scss index 5a92430a4..859990e31 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; |
