mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
#17895 Added $alert-border-width that defaults to $border-width
This commit is contained in:
parent
724bf86288
commit
be1bb9ec3e
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
.alert {
|
.alert {
|
||||||
padding: $alert-padding;
|
padding: $alert-padding;
|
||||||
margin-bottom: $spacer-y;
|
margin-bottom: $spacer-y;
|
||||||
border: 1px solid transparent;
|
border: $alert-border-width solid transparent;
|
||||||
@include border-radius($alert-border-radius);
|
@include border-radius($alert-border-radius);
|
||||||
|
|
||||||
// Improve alignment and spacing of inner content
|
// Improve alignment and spacing of inner content
|
||||||
|
|
|
@ -525,6 +525,7 @@ $modal-sm: 300px !default;
|
||||||
$alert-padding: 15px !default;
|
$alert-padding: 15px !default;
|
||||||
$alert-border-radius: $border-radius !default;
|
$alert-border-radius: $border-radius !default;
|
||||||
$alert-link-font-weight: bold !default;
|
$alert-link-font-weight: bold !default;
|
||||||
|
$alert-border-width: $border-width !default;
|
||||||
|
|
||||||
$alert-success-bg: $state-success-bg !default;
|
$alert-success-bg: $state-success-bg !default;
|
||||||
$alert-success-text: $state-success-text !default;
|
$alert-success-text: $state-success-text !default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue