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>2018-12-14 19:54:44 +0300
committerGitHub <noreply@github.com>2018-12-14 19:54:44 +0300
commit502b6c8ed6088fa99192f3068b22457fb57af67d (patch)
tree869766dfb939243c64af06a58d35f48c63afcc13 /scss/_alert.scss
parent1dc42a3373c9fcaee9d69db88e8511268d6e12b1 (diff)
Remove redundant brackets (#27768)
Diffstat (limited to 'scss/_alert.scss')
-rw-r--r--scss/_alert.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index dd43e2376a..da2a98af94 100644
--- a/scss/_alert.scss
+++ b/scss/_alert.scss
@@ -27,7 +27,7 @@
// Expand the right padding and account for the close button's positioning.
.alert-dismissible {
- padding-right: ($close-font-size + $alert-padding-x * 2);
+ padding-right: $close-font-size + $alert-padding-x * 2;
// Adjust close link position
.close {