1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

Add alert-margin-bottom variable (#21064)

This commit is contained in:
Cyril Kyburz
2016-11-28 08:21:09 +01:00
committed by Mark Otto
parent c5c1bfec01
commit f995a8be1e
2 changed files with 2 additions and 1 deletions

View File

@@ -783,6 +783,7 @@ $modal-sm: 300px !default;
$alert-padding-x: 1.25rem !default;
$alert-padding-y: .75rem !default;
$alert-margin-bottom: $spacer-y !default;
$alert-border-radius: $border-radius !default;
$alert-link-font-weight: $font-weight-bold !default;
$alert-border-width: $border-width !default;