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/_toasts.scss
parentd250567ce0b193da0b5c500e985c2372492916cc (diff)
Responsive font size implementation (#23816)
Diffstat (limited to 'scss/_toasts.scss')
-rw-r--r--scss/_toasts.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss
index b781892ee5..6aa5352a38 100644
--- a/scss/_toasts.scss
+++ b/scss/_toasts.scss
@@ -1,7 +1,7 @@
.toast {
max-width: $toast-max-width;
overflow: hidden; // cheap rounded corners on nested items
- font-size: $toast-font-size; // knock it down to 14px
+ @include font-size($toast-font-size);
color: $toast-color;
background-color: $toast-background-color;
background-clip: padding-box;