1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02: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

View File

@@ -5,7 +5,7 @@
.alert {
padding: $alert-padding;
margin-bottom: $spacer-y;
border: 1px solid transparent;
border: $alert-border-width solid transparent;
@include border-radius($alert-border-radius);
// Improve alignment and spacing of inner content