1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Add variable for card-link hover state

This commit is contained in:
Andrey
2015-09-26 14:57:13 +02:00
parent 172bba0222
commit 55994f3274
2 changed files with 4 additions and 1 deletions

View File

@@ -135,7 +135,7 @@
}
.card-link {
@include hover-focus {
color: #fff;
color: $card-link-hover-color;
}
}
}