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>2020-09-22 21:18:03 +0300
committerMark Otto <otto@github.com>2020-09-23 02:49:02 +0300
commitc0fe38364a8d5fb4678897d751857ea6cde6e5db (patch)
tree5e0174084bd754f0c25b89b2bae3606d7d6f3045 /scss/_alert.scss
parente838accbc4d4091cf99ee6186236f8d74b8d4dbc (diff)
Add more variables, add a comment for the 3
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 078aaaa68b..d0536f3395 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: $alert-padding-x * 3.5;
+ padding-right: $alert-dismissible-padding-r;
// Adjust close link position
.btn-close {