2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

refactoring: add & use .text-emphasis-variant() mixin

This commit is contained in:
Chris Rebert
2014-01-15 18:07:22 -08:00
parent 0ef8d1bad4
commit b886fd2f01
2 changed files with 14 additions and 20 deletions
+9
View File
@@ -577,6 +577,15 @@
}
}
// Typography
// -------------------------
.text-emphasis-variant(@color) {
color: @color;
&:hover {
color: darken(@color, 10%);
}
}
// Navbar vertical align
// -------------------------
// Vertically center elements in the navbar.