Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / text-emphasis.less
1 // Typography
2
3 .text-emphasis-variant(@color) {
4   color: @color;
5   a&:hover,
6   a&:focus {
7     color: darken(@color, 10%);
8   }
9 }