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:
authorChris Bell <chris@mangohill.net>2015-10-15 17:57:15 +0300
committerChris Bell <chris@mangohill.net>2015-10-15 17:57:15 +0300
commitbe1bb9ec3efb202b6f99b8e2ac12fef4587a50ec (patch)
tree76dec7ed5cc85b0bc90a42f87ffcbe7027ec573b /scss/_alert.scss
parent724bf862885f57383f3a19ed46a6deab0f2322a6 (diff)
#17895 Added $alert-border-width that defaults to $border-width
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 8e550d8f73..b9f6c60dad 100644
--- a/scss/_alert.scss
+++ b/scss/_alert.scss
@@ -5,7 +5,7 @@
.alert {
padding: $alert-padding;
margin-bottom: $spacer-y;
- border: 1px solid transparent;
+ border: $alert-border-width solid transparent;
@include border-radius($alert-border-radius);
// Improve alignment and spacing of inner content