Update border colors to transparent.
This commit is contained in:
parent
ad1c46f509
commit
241b56bb3f
1 changed files with 4 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ export default {
|
|||
}
|
||||
&.alert-info {
|
||||
background-color: $blue-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $blue-700;
|
||||
}
|
||||
|
|
@ -187,6 +188,7 @@ export default {
|
|||
}
|
||||
&.alert-danger {
|
||||
background-color: $red-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $red-600;
|
||||
}
|
||||
|
|
@ -198,6 +200,7 @@ export default {
|
|||
}
|
||||
&.alert-warning {
|
||||
background-color: $yellow-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $yellow-600;
|
||||
}
|
||||
|
|
@ -209,6 +212,7 @@ export default {
|
|||
}
|
||||
&.alert-success {
|
||||
background-color: $green-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $green-700;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue