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