1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Switch to separate vars for alert vertical/horizontal padding

This commit is contained in:
Mark Otto
2016-10-18 19:18:06 -07:00
parent 6d6538fc81
commit 6321f9342e
2 changed files with 5 additions and 4 deletions

View File

@@ -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;