aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-18 19:18:06 -0700
committerMark Otto <[email protected]>2016-10-18 19:18:06 -0700
commit6321f9342e64d43390d44c8fee08d7354985750e (patch)
treede9edb89a2f1fc986139d9239fc8de23fe99656a /scss/_variables.scss
parent6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9 (diff)
downloadbootstrap-6321f9342e64d43390d44c8fee08d7354985750e.tar.xz
bootstrap-6321f9342e64d43390d44c8fee08d7354985750e.zip
Switch to separate vars for alert vertical/horizontal padding
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index c1bcbdc2c..b5ca86f3d 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -701,7 +701,8 @@ $modal-sm: 300px !default;
//
// Define alert colors, border radius, and padding.
-$alert-padding: 1rem !default;
+$alert-padding-x: 1.25rem !default;
+$alert-padding-y: .75rem !default;
$alert-border-radius: $border-radius !default;
$alert-link-font-weight: bold !default;
$alert-border-width: $border-width !default;