2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -1
View File
@@ -4,7 +4,7 @@
.alert {
padding: $alert-padding-y $alert-padding-x;
margin-bottom: $spacer-y;
margin-bottom: $alert-margin-bottom;
border: $alert-border-width solid transparent;
@include border-radius($alert-border-radius);
}