2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

#17895 Added $alert-border-width that defaults to $border-width

This commit is contained in:
Chris Bell
2015-10-15 15:57:15 +01:00
parent 724bf86288
commit be1bb9ec3e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -525,6 +525,7 @@ $modal-sm: 300px !default;
$alert-padding: 15px !default;
$alert-border-radius: $border-radius !default;
$alert-link-font-weight: bold !default;
$alert-border-width: $border-width !default;
$alert-success-bg: $state-success-bg !default;
$alert-success-text: $state-success-text !default;