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:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-08 01:32:05 +0300
committerGitHub <noreply@github.com>2019-02-08 01:32:05 +0300
commit51375abca5769682f1d27de2e29e6e9f15ec7314 (patch)
treead2db8138741ac05e9ed546a40c12b3e353ae7eb /scss/_close.scss
parentd250567ce0b193da0b5c500e985c2372492916cc (diff)
Responsive font size implementation (#23816)
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 ec6593a888..5cc96f573e 100644
--- a/scss/_close.scss
+++ b/scss/_close.scss
@@ -1,6 +1,6 @@
.close {
float: right;
- font-size: $close-font-size;
+ @include font-size($close-font-size);
font-weight: $close-font-weight;
line-height: 1;
color: $close-color;