Explicitly set link color according to log entry type.

This commit is contained in:
Paulo Reis 2016-06-21 10:49:24 +01:00
parent d8e0026bc6
commit 1aa7d9c6b3

View file

@ -229,6 +229,20 @@
font-size: 0.8rem;
}
&-actions a {
.alert-danger & {
color: @alert-danger-text;
}
.alert-warning & {
color: @alert-warning-text;
}
.alert-info & {
color: @alert-info-text;
}
}
&-feedback {
float: right;