Fix button color inside alert

This commit is contained in:
Dmitriy Zaporozhets 2015-03-16 23:44:30 -07:00
parent 89ef79f8b4
commit 84edc020b2
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@
.panel-warning .panel-heading,
.panel-primary .panel-heading,
.alert {
a {
a:not(.btn) {
@extend .alert-link;
color: #fff;
text-decoration: underline;