Inline links in the hint now match the theme.

This commit is contained in:
Paulo Reis 2016-06-24 14:01:22 +01:00
parent 5f7ffb5a8c
commit d7a1c7f693

View file

@ -181,6 +181,7 @@
.card-hint:extend(.card-thin) {
margin-top: 10px;
padding-bottom: 7px;
cursor: default;
&-icon-container {
@ -235,7 +236,8 @@
font-size: 0.8rem;
}
&-actions a {
&-actions a,
&-text a {
.alert-danger & {
color: @alert-danger-text;
}