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-warning .panel-heading,
.panel-primary .panel-heading, .panel-primary .panel-heading,
.alert { .alert {
a { a:not(.btn) {
@extend .alert-link; @extend .alert-link;
color: #fff; color: #fff;
text-decoration: underline; text-decoration: underline;