add web portal framework for TestAPI
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / bootstrap / less / mixins / text-emphasis.less
1 // Typography
2
3 .text-emphasis-variant(@color) {
4   color: @color;
5   a&:hover {
6     color: darken(@color, 10%);
7   }
8 }